Skip to content

Commit

Permalink
✏️ 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
labyrinth30 committed Jun 29, 2024
1 parent 6d8fb15 commit a3e32e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
script: |
cd /home/ubuntu/Skhuthon_0th_TEAM03_BE
rm -rf .env
git reset --hard
git config pull.rebase false
git pull origin main
git fetch origin
git reset --hard origin/main
echo "$ENV" > .env
npm install
npm run build
Expand Down

0 comments on commit a3e32e0

Please sign in to comment.