ci: update pipeline
This commit is contained in:
@@ -33,7 +33,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy with Docker Compose
|
- name: Deploy with Docker Compose
|
||||||
run: |
|
run: |
|
||||||
echo "Building and restarting the application container..."
|
|
||||||
docker compose down app || true
|
docker compose down app || true
|
||||||
docker compose up -d --build app
|
docker compose up -d --build app
|
||||||
echo "Application is running at http://localhost:8080"
|
|
||||||
Reference in New Issue
Block a user