Skip to content

Commit

Permalink
Update cd-prod.yml to add test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-fpcc authored Feb 20, 2024
1 parent cfffcfa commit b3e81db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Envs
run: 'echo "$PROD_ENVS" >> local.env'
run: |
'echo "$PROD_ENVS" >> local.env'
'echo "$PROD_VARS" >> test.local.env'
shell: bash
env:
PROD_ENVS : ${{secrets.PROD_ENVS}}
PROD_VARS : ${{secrets.PROD_VARS}}

- name: Deploy Prod
shell: bash
Expand Down

0 comments on commit b3e81db

Please sign in to comment.