This commit is contained in:
logout hacklab 2024-08-13 15:11:24 +00:00
parent f896fc176b
commit 399a138a84
2 changed files with 7 additions and 14 deletions

View File

@ -10,39 +10,32 @@ variables:
DEST_DIRECTORY: latest/hugo
stages:
- test
- build
- push
test:
stage: test
build:
before_script:
- apk add --no-cache go curl bash nodejs
- hugo version
- hugo mod get -u
script:
- hugo
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
build:
before_script:
- hugo version
stage: build
script:
- 'hugo --baseURL="https://es.hackmeeting.org/${DEST_DIRECTORY}"'
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == 'no-masters'
push:
stage: push
image:
name: rclone/rclone:latest
entrypoint: [""]
rules:
- if: $CI_COMMIT_BRANCH == 'no-masters'
- if: $WEBDAV_PASSWORD
script:
- "rclone sync -v --retries 10 --exclude='hm/**' --webdav-url ${WEBDAV_URL} --webdav-user ${WEBDAV_USERNAME} --webdav-pass $(echo -n \"${WEBDAV_PASSWORD}\" | rclone obscure -) ./public :webdav:${WEBDAV_REMOTE_PATH}/${DEST_DIRECTORY}"
dependencies:
- build
only:
- no-masters

2
go.mod
View File

@ -1,5 +1,5 @@
module 0xacab.org/nutria/wiki-hackmeeting
go 1.22
go 1.21
require github.com/nunocoracao/blowfish/v2 v2.74.0 // indirect