aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-09-08 18:04:07 -0700
committerGravatar Tom Willemse2019-09-08 18:04:07 -0700
commitb605aa6cd74bb823248ac99d7059bab1d8079807 (patch)
tree61c8f31b162b69f6aae7b05290c766f9899b34e6
parent730953ee5360a120a52f974cae8e66dbfb862fe5 (diff)
downloademacs-config-b605aa6cd74bb823248ac99d7059bab1d8079807.tar.gz
emacs-config-b605aa6cd74bb823248ac99d7059bab1d8079807.zip
Use a different image for rsync
If this works, there’s no need to install rsync separately. There isn’t anything in this step that has anything to do with Emacs, so it should work.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9b67ef..47ef3f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -184,10 +184,10 @@ package:
deploy:
stage: deploy
+ image: instrumentisto/rsync-ssh
dependencies:
- package
before_script:
- chmod 600 "$DEPLOY_KEY"
- - apk update && apk add rsync
script:
- rsync -e "ssh -o \"UserKnownHostsFile $KNOWN_HOSTS\" -p 4511 -i $DEPLOY_KEY" -v -c -r --delete bin/ "elpa@ryuslash.org:"