mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
try old CI again
This commit is contained in:
parent
270b700f3f
commit
4d2c36c62a
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ steps:
|
||||||
- chmod 0600 $HOME/.ssh/id_ed25519
|
- chmod 0600 $HOME/.ssh/id_ed25519
|
||||||
- ssh-keyscan -t ed25519 $TARGET_SERVER >> $HOME/.ssh/known_hosts
|
- ssh-keyscan -t ed25519 $TARGET_SERVER >> $HOME/.ssh/known_hosts
|
||||||
- cd public/
|
- cd public/
|
||||||
- rsync -avh -W --delete ./ $TARGET_USER@$TARGET_SERVER:$TARGET_PATH
|
- rsync -avh --delete ./ $TARGET_USER@$TARGET_SERVER:$TARGET_PATH
|
||||||
|
|
||||||
|
|
||||||
deploy-production:
|
deploy-production:
|
||||||
|
@ -48,4 +48,4 @@ steps:
|
||||||
- chmod 0600 $HOME/.ssh/id_ed25519
|
- chmod 0600 $HOME/.ssh/id_ed25519
|
||||||
- ssh-keyscan -t ed25519 $TARGET_SERVER >> $HOME/.ssh/known_hosts
|
- ssh-keyscan -t ed25519 $TARGET_SERVER >> $HOME/.ssh/known_hosts
|
||||||
- cd public/
|
- cd public/
|
||||||
- rsync -avh -W --delete ./ $TARGET_USER@$TARGET_SERVER:$TARGET_PATH
|
- rsync -avh --delete ./ $TARGET_USER@$TARGET_SERVER:$TARGET_PATH
|
||||||
|
|
Loading…
Reference in a new issue