Skip to content

Commit

Permalink
enable debug mode for docker compose deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanizz committed Aug 25, 2023
1 parent ed2a5dd commit 4314388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
- name: Deploy to ECS
run: |
cd contrib/docker-ckan
docker compose -f docker-compose.yml -f cf_temp.yml --env-file .env up
docker -D compose -f docker-compose.yml -f cf_temp.yml --env-file .env up

0 comments on commit 4314388

Please sign in to comment.