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