Skip to content

Commit

Permalink
[FIX] deploy.yml 파일 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 authored Jan 19, 2024
1 parent df07705 commit 4e8e3b6
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 @@ -37,7 +37,7 @@ jobs:
echo S3_BUCKET=${{ secrets.S3_BUCKET }} >>.env
echo TEST_ACCESS_TOKEN=${{ secrets.TEST_ACCESS_TOKEN}} >>.env
echo WEBHOOK_URL_ERROR=${{ secrets.WEBHOOK_URL_ERROR}} >>.env
ecoh WEBHOOK_URL_SIGNUP=${{ secrets.WEBHOOK_URL_SIGNUP}} >> .env
echo WEBHOOK_URL_SIGNUP=${{ secrets.WEBHOOK_URL_SIGNUP}} >> .env
cat .env
- name: build server files
Expand Down

0 comments on commit 4e8e3b6

Please sign in to comment.