Try deploy build with no-input option on collect static

This commit is contained in:
igorkorenfeld 2023-05-08 13:04:07 -04:00
parent 3a2d9f5ada
commit 43012e1af1
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -40,7 +40,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:
@ -69,4 +69,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: '🥳 Successfully deployed to developer sandbox **[${{ env.ENVIRONMENT }}](https://getgov-${{ env.ENVIRONMENT }}.app.cloud.gov/)**.'
})
})