Skip to content

Commit b74990e

Browse files
authored
Update deploy.yml
1 parent d368d99 commit b74990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
echo "API_BASE_URL=${API_BASE_URL}" >> .env
8585
echo "API_AUTH_KEY=${API_AUTH_KEY}" >> .env
86-
mv .env ${{ env.DOT_ENV_FILE_NAME }}
86+
cp .env ${{ env.DOT_ENV_FILE_NAME }}
8787
8888
- name: Copy env file to DEV Server
8989
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)