Skip to content

Commit

Permalink
add environment to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 28, 2023
1 parent 4b31e7b commit 6094353
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: MDTranslator Rails API Deploy

# on:
# workflow_call:
# secrets:
# CF_SERVICE_USER:
# required: true
# CF_SERVICE_AUTH:
# required: true

# on:
# pull_request:
# branches: -main
Expand All @@ -8,12 +16,13 @@ on: push

jobs:
deploy:
environment: development
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to cloud.gov
uses: cloud-gov/cg-cli-tools@main
with:
with:
cf_org: gsa-datagov
cf_space: development
cf_username: ${{secrets.CF_SERVICE_USER}}
Expand Down

0 comments on commit 6094353

Please sign in to comment.