Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-10 23:02:18 +00:00
parent 54d848cb69
commit 076816bc83

View File

@ -15,10 +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 -"