Switch back repo reference and update deploy tool for demo/prod scripts

This commit is contained in:
Andrew Shumway
2024-10-04 11:17:34 -06:00
parent 0c100dd7cc
commit 584f24390c
3 changed files with 11 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ jobs:
run: poetry export --without-hashes --format=requirements.txt > requirements.txt
- name: Deploy to cloud.gov
uses: cloud-gov/cli-tools@main
uses: cloud-gov/cg-cli-tools@main
env:
DANGEROUS_SALT: ${{ secrets.DANGEROUS_SALT }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}