mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Change cg-deploy-action to cg-cli-tools
This commit is contained in:
parent
652086a771
commit
ea264b9499
5 changed files with 14 additions and 16 deletions
5
.github/workflows/deploy-stable.yaml
vendored
5
.github/workflows/deploy-stable.yaml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue