Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 authored Jan 10, 2024
1 parent 9c40cf4 commit 7c65617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 빌드
run: |
chmod +x gradlew
./gradlew build
./gradlew build -x test
working-directory: ${{ env.working-directory }}
shell: bash

Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
sudo chmod 777 ./deploy.sh
cp ./scripts/deploy.sh ./deploy.sh
./deploy.sh
docker image prune -f
docker image prune -f

0 comments on commit 7c65617

Please sign in to comment.