diff --git a/.forgejo/workflows/hugo.yml b/.forgejo/workflows/hugo.yml deleted file mode 100644 index 2f61350..0000000 --- a/.forgejo/workflows/hugo.yml +++ /dev/null @@ -1,25 +0,0 @@ -clone: - git: - image: woodpeckerci/plugin-git - settings: - recursive: true - -steps: - build: - image: klakegg/hugo:ext-alpine - commands: - - hugo - deploy: - image: drillster/drone-rsync - secrets: [USER, HOTS, SSH, PORT] - settings: - hosts: - from_secret: HOST - user: - from_secret: USER - key: - from_secret: SSH - port: - from_secret: PORT - source: public - target: /var/www/html