From 87c746acf2ae15401f4dc35bcf06bd046a32f319 Mon Sep 17 00:00:00 2001 From: shruub Date: Sat, 18 Mar 2023 10:54:27 +0100 Subject: [PATCH] Trying CI again --- .woodpecker..yml | 18 ++++++++++++++++++ Dockerfile | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .woodpecker..yml diff --git a/.woodpecker..yml b/.woodpecker..yml new file mode 100644 index 0000000..a504887 --- /dev/null +++ b/.woodpecker..yml @@ -0,0 +1,18 @@ +--- +kind: pipeline +type: docker +name: default +trigger: + branch: + - master +steps: +- name: docker + image: plugins/docker + settings: + registry: git.habedieeh.re + username: shruub + password: + from_secret: docker_pw + repo: "git.habedieeh.re/shruub/no-js.club" + dockerfile: Dockerfile + tags: latest \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index a2cbc26..58406b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM klakegg/hugo:0.107.0-onbuild AS hugo -# Using nginx now because it's easier then darkhttpd. Might switch later, not sure though. +# Using nginx now because it's easier than darkhttpd. Might switch later, not sure though. FROM nginx COPY --from=hugo /target /usr/share/nginx/html \ No newline at end of file