fix: correct typo in path for .env file creation in deployment workflow
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create .env file from Gitea secret
|
||||
run: echo "${{ secrets.BACKEND_ENV }}" > backand/.env
|
||||
run: echo "${{ secrets.BACKEND_ENV }}" > backend/.env
|
||||
|
||||
- name: Build and restart Docker containers
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user