This commit is contained in:
parent
300849712b
commit
257decff6e
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ steps:
|
|||
image: debian:12
|
||||
commands:
|
||||
- apt update -y && apt install -y rsync openssh-client
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "$KEY" > ~/.ssh/id_ed25519
|
||||
- rsync --archive --verbose --compress --hard-links --delete-during --partial --progress ./.output/ root@gorb.app:/var/www/gorb.app
|
||||
- ssh root@gorb.app systemctl restart gorb.app.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue