Skip to content

Commit

Permalink
fix: Github Actions 파일 대상 브랜치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pandahwang committed Oct 1, 2024
1 parent ae6a4af commit b458627
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 @@ -22,7 +22,7 @@ jobs:
script: |
cd /home/ubuntu/LostArk
rm -rf src/main/resources/application.properties
git pull origin master
git pull origin dev
echo "$APPLICATION_PROPERTIES" > src/main/resources/application.properties
./gradlew clean build
sudo fuser -k -n tcp 8080 || true
Expand Down

0 comments on commit b458627

Please sign in to comment.