This commit is contained in:
parent
f6758a8584
commit
e6f5bd2fd1
1 changed files with 1 additions and 12 deletions
|
@ -32,16 +32,5 @@ jobs:
|
||||||
key: ${{ secrets.SSH_PRIV_KEY }}
|
key: ${{ secrets.SSH_PRIV_KEY }}
|
||||||
passphrase: ${{ secrets.SSH_PASSPHRASE }}
|
passphrase: ${{ secrets.SSH_PASSPHRASE }}
|
||||||
port: ${{ secrets.SSH_PORT }}
|
port: ${{ secrets.SSH_PORT }}
|
||||||
source: "public/"
|
source: "public/*"
|
||||||
target: "/var/www/wiki.lunivity.com/"
|
target: "/var/www/wiki.lunivity.com/"
|
||||||
|
|
||||||
# - name: Deploy to SSH Host
|
|
||||||
# uses: https://github.com/Creepios/sftp-action@v1.0.5
|
|
||||||
# with:
|
|
||||||
# host: ${{ secrets.SSH_HOST }}
|
|
||||||
# port: 22
|
|
||||||
# username: wiki-deploy
|
|
||||||
# privateKey: ${{ secrets.SSH_PRIV_KEY }}
|
|
||||||
# passphrase: ${{ secrets.SSH_PASSPHRASE }}
|
|
||||||
# localPath: './public'
|
|
||||||
# remotePath: '/var/www/wiki.lunivity.com/'
|
|
||||||
|
|
Loading…
Reference in a new issue