Merge pull request #1334 from GSA/update-deploy-tool

Change 18f deprecated deploy tool to CG deploy tool
This commit is contained in:
Carlo Costino
2024-09-26 09:36:18 -04:00
committed by GitHub

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 }}