Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-13 18:07:29 +00:00
parent 3433aabb82
commit 52c2e76617

View File

@ -15,11 +15,10 @@ before_script:
server-deploy: server-deploy:
stage: deploy stage: deploy
when: manual
rules: rules:
- changes: - changes:
- server/ - server/
when: manual
script: 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 "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/" - ssh joey@joey-server "cp -r server/config/* ./docker_config/"