Skip to content

Commit b2245f3

Browse files
committed
updated deploy script
1 parent 627c159 commit b2245f3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ jobs:
2727
- name: ssh
2828
uses: appleboy/ssh-action@master
2929
with:
30-
host: myst.rs
31-
username: codemyst
30+
host: ${{ secrets.SSH_HOST }}
31+
username: ${{ secrets.SSH_USER }}
3232
key: ${{ secrets.SSH_SECRET }}
33-
port: 22
33+
port: ${{ secrets.SSH_PORT }}
3434
source: "bin/pastemyst"
3535
target: "builds/pastemyst"
36-
# with:
37-
# host: myst.rs
38-
# username: codemyst
39-
# key: ${{ secrets.SSH_SECRET }}
40-
# port: 22
41-
# script: |

0 commit comments

Comments
 (0)