We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66ba5 commit 896ad75Copy full SHA for 896ad75
.github/workflows/deploy.yml
@@ -22,18 +22,13 @@ jobs:
22
- uses: actions/upload-artifact@v2
23
with:
24
path: build/libs/*.jar
25
- # TODO remove
26
- - name: Display structure of downloaded files
27
- run: ls -R
28
- working-directory: build/libs
29
# Upload from data to production server
30
- - uses: actions/checkout@v2
31
- - name: Copy app to server
32
- uses: appleboy/[email protected]
+ - name: Upload app to server
+ uses: garygrossgarten/[email protected]
33
34
host: ${{ secrets.SSH_HOST }}
35
username: ${{ secrets.SSH_USER }}
36
password: ${{ secrets.SSH_PASS }}
37
port: ${{ secrets.SSH_PORT }}
38
- source: "build/libs/"
39
- target: "bots/similar-images-bot"
+ local: "build/libs"
+ remote: "bots/similar-images-bot"
0 commit comments