diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index ab1aee4b..00000000 --- a/.drone.yml +++ /dev/null @@ -1,42 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: submodule-update - image: alpine/git - commands: - - git config --global --add safe.directory /drone/src - - git submodule update --init --recursive - - - name: build - image: klakegg/hugo:0.101.0-alpine - commands: - - hugo - - - name: publish - image: plugins/gh-pages:1.3.2 - settings: - username: - from_secret: username - password: - from_secret: password - pages_directory: public - when: - branch: - - master - - - name: send-telegram - image: appleboy/drone-telegram - settings: - token: - from_secret: telegram_token - to: - from_secret: telegram_to - when: - branch: - - master - -when: - event: - - push diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index c2d00011..5fb10628 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -1,5 +1,5 @@ # Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Deploy Hugo site to Pages +name: Upload Hugo Site to gp-pages branch on: # Runs on pushes targeting the default branch diff --git a/content/posts/python/20240210_gunicorn-output-console-log.md b/content/posts/python/20240210_gunicorn-output-console-log.md index bd836a75..ec09f618 100644 --- a/content/posts/python/20240210_gunicorn-output-console-log.md +++ b/content/posts/python/20240210_gunicorn-output-console-log.md @@ -9,7 +9,7 @@ tags: - Python hidden: false comments: true -draft: true +draft: false --- # 前言