Skip to content

Commit

Permalink
Merge pull request #4 from resum-ai/feat/deploy
Browse files Browse the repository at this point in the history
fix: deploy.yml 파일의 env 파일 경로 수정
  • Loading branch information
yjoonjang authored Mar 12, 2024
2 parents cf6f12a + f71a173 commit 8375915
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 @@ -17,7 +17,7 @@ jobs:
- name: create env file
run: |
touch .env
echo "${{ secrets.ENV_VARS }}" >> .env
echo "${{ secrets.ENV_VARS }}" >> .env.prod
- name: create remote directory
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 8375915

Please sign in to comment.