Skip to content

Commit f2db900

Browse files
committed
updated deploy script
1 parent b2245f3 commit f2db900

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
run: dub build -b release
2525
- name: upload to server
2626
uses: appleboy/scp-action@master
27-
- name: ssh
28-
uses: appleboy/ssh-action@master
2927
with:
3028
host: ${{ secrets.SSH_HOST }}
3129
username: ${{ secrets.SSH_USER }}
3230
key: ${{ secrets.SSH_SECRET }}
3331
port: ${{ secrets.SSH_PORT }}
3432
source: "bin/pastemyst"
35-
target: "builds/pastemyst"
33+
target: "builds"

0 commit comments

Comments
 (0)