mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Update deploy-stable.yaml
This commit is contained in:
parent
9dbe9a4cb4
commit
e3a13bccf1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-stable.yaml
vendored
3
.github/workflows/deploy-stable.yaml
vendored
|
@ -18,7 +18,6 @@ jobs:
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Compile USWDS assets
|
- name: Compile USWDS assets
|
||||||
|
@ -45,4 +44,4 @@ jobs:
|
||||||
cf_password: ${{ secrets.CF_STABLE_PASSWORD }}
|
cf_password: ${{ secrets.CF_STABLE_PASSWORD }}
|
||||||
cf_org: cisa-dotgov
|
cf_org: cisa-dotgov
|
||||||
cf_space: stable
|
cf_space: stable
|
||||||
cf_command: "run-task getgov-stable --command 'python manage.py migrate' --name migrate"
|
cf_command: "run-task getgov-stable --command 'python manage.py migrate' --name migrate"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue