Skip to content

Commit

Permalink
update dependencies in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpknu authored Jun 5, 2024
1 parent 53239ad commit b1988c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Build alt with Gradle Wrapper
run: ./gradlew alt

- name: Run team
run: ./gradlew team
- name: Copy to Helios
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.PORT }}
source: "build/libs/backend-1.0.war,build/libs/backend-alt-1.0.war"
source: "build/libs/*.war"
target: "se-basics-3"
strip_components: 2

0 comments on commit b1988c2

Please sign in to comment.