add new relic; add logs for translate post route; downgrade ruby to s… #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MDTranslator Rails API Deploy | |
# on: | |
# workflow_call: | |
# secrets: | |
# CF_SERVICE_USER: | |
# required: true | |
# CF_SERVICE_AUTH: | |
# required: true | |
# on: | |
# pull_request: | |
# branches: -main | |
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: | |
cf_org: gsa-datagov | |
cf_space: development | |
cf_username: ${{secrets.CF_SERVICE_USER}} | |
cf_password: ${{secrets.CF_SERVICE_AUTH}} | |
cf_vars_file: vars.development.yml |