Update .gitlab-ci.yml file
This commit is contained in:
parent
3433aabb82
commit
52c2e76617
@ -15,11 +15,10 @@ before_script:
|
||||
|
||||
server-deploy:
|
||||
stage: deploy
|
||||
when: manual
|
||||
rules:
|
||||
- changes:
|
||||
- server/
|
||||
|
||||
when: manual
|
||||
script:
|
||||
- ssh joey@joey-server "cd /home/joey && git archive --remote=ssh://git@gitlab.jafner.net:2229/Jafner/homelab.git main server/ | tar xvf -"
|
||||
- ssh joey@joey-server "cp -r server/config/* ./docker_config/"
|
||||
|
Loading…
Reference in New Issue
Block a user