ci: revert to secrets.DEPLOY_ENV, variables context not supported in Gitea Actions
Deploy PR-Helper / deploy (push) Successful in 29s
Deploy PR-Helper / deploy (push) Successful in 29s
This commit is contained in:
@@ -22,12 +22,8 @@ jobs:
|
||||
|
||||
- name: Write .env
|
||||
env:
|
||||
DEPLOY_ENV: ${{ variables.DEPLOY_ENV }}
|
||||
run: |
|
||||
echo "$DEPLOY_ENV" > .env
|
||||
echo "--- .env content ---"
|
||||
cat .env
|
||||
echo "--- end ---"
|
||||
DEPLOY_ENV: ${{ secrets.DEPLOY_ENV }}
|
||||
run: echo "$DEPLOY_ENV" > .env
|
||||
|
||||
- name: Build & Deploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user