mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Use cf_manifest to specify the manifest location
This commit is contained in:
parent
934b28af76
commit
dec025cc4a
3 changed files with 3 additions and 5 deletions
3
.github/workflows/deploy-stable.yaml
vendored
3
.github/workflows/deploy-stable.yaml
vendored
|
@ -31,10 +31,9 @@ jobs:
|
|||
run: docker compose run app python manage.py collectstatic --no-input
|
||||
- name: Deploy to cloud.gov sandbox
|
||||
uses: cloud-gov/cg-cli-tools@main
|
||||
env:
|
||||
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
|
||||
cf_manifest: "ops/manifests/manifest-stable.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue