Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surajhub255 authored Aug 12, 2024
1 parent 18aa277 commit d199e4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
DEV_ENV_FILE: ${{secrets.DEV_ENV_FILE}}
STAGING_ENV_FILE: ${{secrets.STAGING_ENV_FILE}}
PROD_ENV_FILE: ${{secrets.PROD_ENV_FILE}}

- name: Print Dev Env
if: ${{ github.ref_name == 'main' }}
run: cat .env

- name: Upload Next build # Upload the artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d199e4c

Please sign in to comment.