Merge pull request 'New Build process and small changes' (#20) from devel into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #20
This commit is contained in:
Stefan Hoffmann 2023-09-11 16:23:25 +00:00
commit f29e7d4dcd
3 changed files with 18 additions and 22 deletions

View File

@ -16,23 +16,19 @@ steps:
password:
from_secret: gitea_token
tags: latest
#
#- name: publish Website
# image: appleboy/drone-ssh
# settings:
# host: freifunk-rhein-sieg.net
# port: 22
# username: dronebot
# password:
# from_secret: ffrs_server_password
# script:
# - cd /opt/docker/ffrs-website-docker-compose/
# - docker-compose pull
# - docker-compose up -d
#
#- name: slack
# image: plugins/slack
# settings:
# webhook:
# from_secret: slack_webhook
# channel: z_rhein-sieg-website
when:
- branch: master
- name: docker-devel
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
registry: git.freifunk-rhein-sieg.net
repo: git.freifunk-rhein-sieg.net/freifunk-rhein-sieg/freifunk-rhein-sieg.net
username:
from_secret: gitea_user
password:
from_secret: gitea_token
tags: devel
when:
- branch: devel

View File

@ -1,4 +1,4 @@
FROM klakegg/hugo:0.101.0-onbuild AS builder
FROM klakegg/hugo:0.64.0-onbuild AS builder
FROM nginx:1.25.2-alpine
COPY --from=builder /target /usr/share/nginx/html

View File

@ -13,6 +13,6 @@
{{ end }}
{{ end }}
</ul>
© 2019 Freifunk Rhein-Sieg e.V.
© 2023 Freifunk Rhein-Sieg e.V.
</div>
</footer>