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 b2245f3 commit f2db900Copy full SHA for f2db900
.github/workflows/release.yml
@@ -24,12 +24,10 @@ jobs:
24
run: dub build -b release
25
- name: upload to server
26
uses: appleboy/scp-action@master
27
- - name: ssh
28
- uses: appleboy/ssh-action@master
29
with:
30
host: ${{ secrets.SSH_HOST }}
31
username: ${{ secrets.SSH_USER }}
32
key: ${{ secrets.SSH_SECRET }}
33
port: ${{ secrets.SSH_PORT }}
34
source: "bin/pastemyst"
35
- target: "builds/pastemyst"
+ target: "builds"
0 commit comments