mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
no input on colllectstatic for stable deploy (#707)
This commit is contained in:
parent
995250e4dd
commit
903f168606
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-stable.yaml
vendored
2
.github/workflows/deploy-stable.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
docker compose run node npx gulp compile
|
docker compose run node npx gulp compile
|
||||||
- name: Collect static assets
|
- name: Collect static assets
|
||||||
working-directory: ./src
|
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
|
- name: Deploy to cloud.gov sandbox
|
||||||
uses: 18f/cg-deploy-action@main
|
uses: 18f/cg-deploy-action@main
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue