Skip to content

Commit 5a67909

Browse files
committed
Fix .env path
1 parent 303e2f3 commit 5a67909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Create .env file
18-
run: echo "${{ secrets.ENV_FILE }}" > .env
18+
run: echo "${{ secrets.ENV_FILE }}" > ./docker/.env
1919

2020
- name: Set up SSH
2121
uses: webfactory/ssh-agent@v0.8.0

0 commit comments

Comments
 (0)