Skip to content

Commit 295ad01

Browse files
committed
passwordやったらいけるんか?
1 parent fb4595a commit 295ad01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
host: ${{ secrets.SSH_HOST }}
2020
username: ${{ secrets.SSH_USERNAME }}
21-
key: ${{ secrets.SSH_PRIVATE_KEY }}
21+
password: ${{ secrets.SSH_PASSWORD }}
2222
script: |
2323
~/yaken/akane/script/deploy

0 commit comments

Comments
 (0)