Skip to content

Commit

Permalink
ci: deploy to Java 11 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Feb 3, 2023
1 parent 836f1c5 commit ce46561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
uses: appleboy/[email protected]
with:
# scp remote host
host: ${{ secrets.APP_FI_HOST }}
host: ${{ secrets.APP_FI_HOST_JAVA11 }}
# scp remote port
port: ${{ secrets.APP_FI_PORT }}
port: ${{ secrets.APP_FI_PORT_JAVA11 }}
# scp username
username: ${{ secrets.APP_FI_USER }}
username: ${{ secrets.APP_FI_USER_JAVA11 }}
# scp password
password: ${{ secrets.APP_FI_PASSWORD }}
password: ${{ secrets.APP_FI_PASSWORD_JAVA11 }}
# target path on the server
target: webapps/
# scp file list
source: ${{ secrets.DEMO_NAME }}.war
fingerprint: ${{ secrets.APP_FI_SHA256 }}
fingerprint: ${{ secrets.APP_FI_SHA256_JAVA11 }}

0 comments on commit ce46561

Please sign in to comment.