This commit is contained in:
2024-10-29 16:29:21 +01:00
parent 7999c63ca9
commit 46e81a3275
+1 -1
View File
@@ -8,6 +8,6 @@ deploy:
script:
- echo "Starting deployment..."
- docker-compose up -d # Start services without interrupting existing ones
- docker compose up -d # Start services without interrupting existing ones
- docker exec nginx_proxy nginx -s reload # Reload NGINX inside the container
- echo "Deployment completed."