diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index ff278a6..db32977 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -6,13 +6,13 @@ steps: - branch: master event: push environment: - CF_ACCOUNT_ID: - from_secret: CF_ACCOUNT_ID - CF_API_TOKEN: - from_secret: CF_API_TOKEN + CLOUDFLARE_ACCOUNT_ID: + from_secret: CLOUDFLARE_ACCOUNT_ID + CLOUDFLARE_API_TOKEN: + from_secret: CLOUDFLARE_API_TOKEN commands: - npm install - npm run build - - npm install --global wrangler + - npm install --save-dev - npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty - secrets: [CF_ACCOUNT_ID, CF_API_TOKEN] + secrets: [CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_TOKEN] diff --git a/README.md b/README.md index 1c241ca..2a6a4a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![status-badge](https://woodpecker.06222001.xyz/api/badges/1/status.svg) ![Site Status](https://stats.keannu5.duckdns.org/api/badge/122/status) A GitHub mirror of my [Obsidian](https://obsidian.md/) blog posts, guides, and public notes. @@ -8,5 +9,4 @@ A GitHub mirror of my [Obsidian](https://obsidian.md/) blog posts, guides, and p - [Command Snippets](docs/Command%20Snippets/Command%20Snippets.md) A [Docusaurus](https://github.com/facebook/docusaurus) instance serves these notes at my own `.xyz` subdomain [here](https://blog.06222001.xyz) -![](_resources/README/6362558d697b5194e520d88cdab38fd6_MD5.jpeg) -![](_resources/README/f19ac9f922904cc6af35f73e3c1982f6_MD5.jpeg) \ No newline at end of file +![](_resources/README/6362558d697b5194e520d88cdab38fd6_MD5.jpeg) \ No newline at end of file diff --git a/_resources/README/68f8fada1341807c58e68bad1cdbc228_MD5.jpeg b/_resources/README/68f8fada1341807c58e68bad1cdbc228_MD5.jpeg deleted file mode 100644 index 5c959a2..0000000 Binary files a/_resources/README/68f8fada1341807c58e68bad1cdbc228_MD5.jpeg and /dev/null differ diff --git a/_resources/README/f19ac9f922904cc6af35f73e3c1982f6_MD5.jpeg b/_resources/README/f19ac9f922904cc6af35f73e3c1982f6_MD5.jpeg deleted file mode 100644 index bed6d56..0000000 Binary files a/_resources/README/f19ac9f922904cc6af35f73e3c1982f6_MD5.jpeg and /dev/null differ