Change 18f deploy tool to CG deploy tool

This commit is contained in:
Andrew Shumway
2024-09-18 10:37:43 -06:00
parent eb736cada8
commit ada2c3ec45

View File

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