Skip to content

Commit

Permalink
Added creation of env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgemon4 committed Jan 21, 2024
1 parent 9253d43 commit e1c4423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Create env File
run: |
echo "${{ secrets.STAGING_ENV_FILE }}" > .env
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down

0 comments on commit e1c4423

Please sign in to comment.