Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
ddefd7c716
commit
084da6f4f2
@ -52,7 +52,7 @@ jobs:
|
|||||||
args: ${{ inputs.composer-args }}
|
args: ${{ inputs.composer-args }}
|
||||||
|
|
||||||
- name: Create .env file from secret
|
- name: Create .env file from secret
|
||||||
if: ${{ inputs.env }}
|
if: ${{ secrets.env }}
|
||||||
run: echo "${{ secrets.env }}" > .env
|
run: echo "${{ secrets.env }}" > .env
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user