Skip to content

Commit

Permalink
no input on colllectstatic for stable deploy (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmeetsworld committed Jun 12, 2023
1 parent 995250e commit 903f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker compose run node npx gulp compile
- name: Collect static assets
working-directory: ./src
run: docker compose run app python manage.py collectstatic
run: docker compose run app python manage.py collectstatic --no-input
- name: Deploy to cloud.gov sandbox
uses: 18f/cg-deploy-action@main
env:
Expand Down

0 comments on commit 903f168

Please sign in to comment.