X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/992bda24000ef198f4a846cc9e1780f2c1f0b502..b055850c7139679cbee25a09b97d9130a65abf9e:/.build.yml diff --git a/.build.yml b/.build.yml index 197f879..72b20c4 100644 --- a/.build.yml +++ b/.build.yml @@ -1,18 +1,14 @@ -image: debian/stretch +image: alpine/3.9 packages: - - emacs - rsync sources: - - https://git.sr.ht/~aminb/aminb.org + - https://git.sr.ht/~bandali/bandali.eu.org environment: - deploy: deploy@aminb.org + deploy: deploy@bandali.eu.org secrets: - - 12deb555-3219-4d9d-b4c7-ffeda86ef5fe + - 6da5fd68-0594-4fc6-abe0-efe01ffe4b56 tasks: - - build: | - cd aminb.org - emacs -Q --script publish.el --funcall=aminb/publish - deploy: | - cd aminb.org sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP public/ ${deploy}:/var/www/aminb/html/ + rsync --rsh="ssh $sshopts" --exclude='.git/' -rP \ + bandali.eu.org/ ${deploy}:/var/www/bandali.eu.org/