Skip to content
Snippets Groups Projects
Commit 7d42c8e4 authored by logout hacklab's avatar logout hacklab
Browse files

Merge branch 'withpipeline' into 'main'

adding gitlab-ci jobs to do magic on the web

See merge request !1
parents a57c51ac 6fb67b32
Branches
No related tags found
1 merge request!1adding gitlab-ci jobs to do magic on the web
stages:
- push
variables:
WEBDAV_REMOTE_PATH: html-es.hackmeeting.org
WEBDAV_USERNAME: es_hackmeeting
WEBDAV_URL: https://www.autistici.org/dav/es_hackmeeting
push:
stage: push
image:
name: rclone/rclone:latest
entrypoint: [""]
script:
- "rclone sync -v --retries 10 --exclude='hm/**' --webdav-url ${WEBDAV_URL} --webdav-user ${WEBDAV_USERNAME} --webdav-pass $(echo -n $WEBDAV_PASSWORD) | rclone obscure -) ./ :webdav:${WEBDAV_REMOTE_PATH}/2024"
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment