Skip to content

Commit

Permalink
env test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Dec 9, 2023
1 parent 386e225 commit 8483721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
environment: staging
steps:
- uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- run: echo "$WEB_APP_ENV"
- run: echo "$WEB_APP_ENV" > .env
Expand Down

0 comments on commit 8483721

Please sign in to comment.