Compare commits

...

2 commits

Author SHA1 Message Date
ada7309184 Update .yml files 2025-03-17 13:09:48 +08:00
73efb60e47 vault backup: 2025-03-17 12:33:34
Affected files:
docs/Command Snippets/Docker Run.md
2025-03-17 12:33:34 +08:00
4 changed files with 11 additions and 9 deletions

2
.gitignore vendored
View file

@ -30,3 +30,5 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.vscode

View file

@ -13,10 +13,12 @@ steps:
- docker push "$REGISTRY_IMAGE_TAG" - docker push "$REGISTRY_IMAGE_TAG"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
secrets: environment:
[ FORGEJO_REGISTRY_URL:
FORGEJO_REGISTRY_URL, from_secret: FORGEJO_REGISTRY_URL
FORGEJO_REGISTRY_USERNAME, FORGEJO_REGISTRY_USERNAME:
FORGEJO_REGISTRY_PASSWORD, from_secret: FORGEJO_REGISTRY_USERNAME
REGISTRY_IMAGE_TAG, FORGEJO_REGISTRY_PASSWORD:
] from_secret: FORGEJO_REGISTRY_PASSWORD
REGISTRY_IMAGE_TAG:
from_secret: REGISTRY_IMAGE_TAG

View file

@ -13,4 +13,3 @@ steps:
- npm install --save-dev - npm install --save-dev
- npm run build - npm run build
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty - npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
secrets: [CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_TOKEN]

View file

@ -1,4 +1,3 @@
- [QBittorrent](https://ghcr.io/hotio/qbittorrent) - [QBittorrent](https://ghcr.io/hotio/qbittorrent)
```bash ```bash
docker run \ docker run \