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.
This commit is contained in:
parent
730953ee53
commit
b605aa6cd7
1 changed files with 1 additions and 1 deletions
|
@ -184,10 +184,10 @@ package:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
image: instrumentisto/rsync-ssh
|
||||||
dependencies:
|
dependencies:
|
||||||
- package
|
- package
|
||||||
before_script:
|
before_script:
|
||||||
- chmod 600 "$DEPLOY_KEY"
|
- chmod 600 "$DEPLOY_KEY"
|
||||||
- apk update && apk add rsync
|
|
||||||
script:
|
script:
|
||||||
- rsync -e "ssh -o \"UserKnownHostsFile $KNOWN_HOSTS\" -p 4511 -i $DEPLOY_KEY" -v -c -r --delete bin/ "elpa@ryuslash.org:"
|
- rsync -e "ssh -o \"UserKnownHostsFile $KNOWN_HOSTS\" -p 4511 -i $DEPLOY_KEY" -v -c -r --delete bin/ "elpa@ryuslash.org:"
|
||||||
|
|
Loading…
Reference in a new issue