mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-19 00:11:27 +08:00
Compare commits
No commits in common. "ada7309184b17300df52aeb56b90fedd50ca5ed2" and "47f4649ed4e518a2c0ba49bfa7fd63405524864d" have entirely different histories.
ada7309184
...
47f4649ed4
4 changed files with 9 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -30,5 +30,3 @@
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
.vscode
|
|
@ -13,12 +13,10 @@ steps:
|
|||
- docker push "$REGISTRY_IMAGE_TAG"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
FORGEJO_REGISTRY_URL:
|
||||
from_secret: FORGEJO_REGISTRY_URL
|
||||
FORGEJO_REGISTRY_USERNAME:
|
||||
from_secret: FORGEJO_REGISTRY_USERNAME
|
||||
FORGEJO_REGISTRY_PASSWORD:
|
||||
from_secret: FORGEJO_REGISTRY_PASSWORD
|
||||
REGISTRY_IMAGE_TAG:
|
||||
from_secret: REGISTRY_IMAGE_TAG
|
||||
secrets:
|
||||
[
|
||||
FORGEJO_REGISTRY_URL,
|
||||
FORGEJO_REGISTRY_USERNAME,
|
||||
FORGEJO_REGISTRY_PASSWORD,
|
||||
REGISTRY_IMAGE_TAG,
|
||||
]
|
||||
|
|
|
@ -13,3 +13,4 @@ steps:
|
|||
- npm install --save-dev
|
||||
- npm run build
|
||||
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
||||
secrets: [CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_TOKEN]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
- [QBittorrent](https://ghcr.io/hotio/qbittorrent)
|
||||
```bash
|
||||
docker run \
|
||||
|
|
Loading…
Add table
Reference in a new issue