Skip to content

Commit

Permalink
CD Deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mannerow committed Oct 13, 2024
1 parent 4cac39d commit 448bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Step 9: Run Docker Compose to bring up services
- name: Run Docker Compose
run: |
docker compose up
docker compose up -d
# Final Step: Notify on Successful Deployment
- name: Notify on Successful Deployment
Expand Down

0 comments on commit 448bef6

Please sign in to comment.