There was an error while loading. Please reload this page.
1 parent 303e2f3 commit 5a67909Copy full SHA for 5a67909
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Create .env file
18
- run: echo "${{ secrets.ENV_FILE }}" > .env
+ run: echo "${{ secrets.ENV_FILE }}" > ./docker/.env
19
20
- name: Set up SSH
21
uses: webfactory/ssh-agent@v0.8.0
0 commit comments