eee
This commit is contained in:
parent
b7a5e1cbd0
commit
d64f59430e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -15,7 +15,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: boulayoune.com
|
host: boulayoune.com
|
||||||
username: yass
|
username: yass
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: |
|
||||||
|
${{ secrets.SSH_KEY }}
|
||||||
port: 22
|
port: 22
|
||||||
debug: true
|
debug: true
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue