Change cg-deploy-action to cg-cli-tools

This commit is contained in:
Neil Martinsen-Burrell 2023-11-21 09:44:29 -06:00
parent 652086a771
commit ea264b9499
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
5 changed files with 14 additions and 16 deletions

View file

@ -30,12 +30,11 @@ jobs:
working-directory: ./src
run: docker compose run app python manage.py collectstatic --no-input
- name: Deploy to cloud.gov sandbox
uses: 18f/cg-deploy-action@main
uses: cloud-gov/cg-cli-tools@main
env:
DEPLOY_NOW: thanks
MANIFEST: "ops/manifests/manifest-stable.yaml"
with:
cf_username: ${{ secrets.CF_STABLE_USERNAME }}
cf_password: ${{ secrets.CF_STABLE_PASSWORD }}
cf_org: cisa-dotgov
cf_space: stable
push_arguments: "-f ops/manifests/manifest-stable.yaml"