Use cf_manifest to specify the manifest location

This commit is contained in:
Neil Martinsen-Burrell 2023-11-21 12:23:09 -06:00
parent 934b28af76
commit dec025cc4a
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
3 changed files with 3 additions and 5 deletions

View file

@ -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"