CI: Fix emacs directory path
This commit is contained in:
parent
16d59ee985
commit
2151569e24
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ build:
|
|||
image: silex/emacs:27.2-alpine-ci
|
||||
stage: build
|
||||
script:
|
||||
- mv dot-emacs .emacs.d
|
||||
- emacs -Q --script publish/publish.el
|
||||
- apk add --no-cache rsync
|
||||
- rsync --archive --verbose --chown=gitlab-ci:www-data --delete --progress -e"ssh -p "$SSH_PORT"" public/ "$SSH_USER"@mmk2410.org:/var/www/config.mmk2410.org/
|
||||
|
|
Loading…
Reference in a new issue