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
|
- name: Write .env
|
||||||
env:
|
env:
|
||||||
DEPLOY_ENV: ${{ variables.DEPLOY_ENV }}
|
DEPLOY_ENV: ${{ secrets.DEPLOY_ENV }}
|
||||||
run: |
|
run: echo "$DEPLOY_ENV" > .env
|
||||||
echo "$DEPLOY_ENV" > .env
|
|
||||||
echo "--- .env content ---"
|
|
||||||
cat .env
|
|
||||||
echo "--- end ---"
|
|
||||||
|
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user