Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio committed Nov 14, 2024
1 parent c5ca700 commit 27b01d7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Run build with Gradle Wrapper
run: ./gradlew clean build --exclude-task test
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew clean build -x test
- name: Send file to the server
uses: appleboy/[email protected]
Expand All @@ -38,7 +37,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "./build/libs/*.jar"
target: deploy-basic/download
target: download

- name: Deploy remote ssh commands using password
uses: appleboy/[email protected]
Expand Down

0 comments on commit 27b01d7

Please sign in to comment.