Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Jun 10, 2024
1 parent d368d99 commit b74990e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
echo "API_BASE_URL=${API_BASE_URL}" >> .env
echo "API_AUTH_KEY=${API_AUTH_KEY}" >> .env
mv .env ${{ env.DOT_ENV_FILE_NAME }}
cp .env ${{ env.DOT_ENV_FILE_NAME }}
- name: Copy env file to DEV Server
uses: appleboy/[email protected]
Expand Down

0 comments on commit b74990e

Please sign in to comment.