This commit is contained in:
parent
347ddb13fc
commit
740be32c50
1 changed files with 6 additions and 6 deletions
|
@ -26,9 +26,9 @@ jobs:
|
|||
- name: rsync deployments
|
||||
uses: https://forge.melm.xyz/melmco/rsync-deployments@7.0.2
|
||||
with:
|
||||
switches: -avzr --delete
|
||||
path: ./public/
|
||||
remote_path: "/var/www/html/melm.xyz/"
|
||||
remote_host: 192.168.1.145
|
||||
remote_user: forgejo
|
||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
switches: -avzr --delete
|
||||
path: ./public/
|
||||
remote_path: /var/www/html/melm.xyz/
|
||||
remote_host: 192.168.1.145
|
||||
remote_user: forgejo
|
||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue