env test3
This commit is contained in:
parent
386e225b80
commit
8483721a87
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main_deploy.yaml
vendored
4
.github/workflows/main_deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue