Cleanup workflows
All checks were successful
/ deploy (push) Successful in 12s

This commit is contained in:
Sangelo 2024-01-10 21:19:20 +01:00
parent f6758a8584
commit e6f5bd2fd1

View file

@ -32,16 +32,5 @@ jobs:
key: ${{ secrets.SSH_PRIV_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
port: ${{ secrets.SSH_PORT }}
source: "public/"
source: "public/*"
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/'