Compare commits

..

No commits in common. "ada7309184b17300df52aeb56b90fedd50ca5ed2" and "47f4649ed4e518a2c0ba49bfa7fd63405524864d" have entirely different histories.

4 changed files with 9 additions and 11 deletions

2
.gitignore vendored
View file

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

View file

@ -13,12 +13,10 @@ 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
environment: secrets:
FORGEJO_REGISTRY_URL: [
from_secret: FORGEJO_REGISTRY_URL FORGEJO_REGISTRY_URL,
FORGEJO_REGISTRY_USERNAME: FORGEJO_REGISTRY_USERNAME,
from_secret: FORGEJO_REGISTRY_USERNAME FORGEJO_REGISTRY_PASSWORD,
FORGEJO_REGISTRY_PASSWORD: REGISTRY_IMAGE_TAG,
from_secret: FORGEJO_REGISTRY_PASSWORD ]
REGISTRY_IMAGE_TAG:
from_secret: REGISTRY_IMAGE_TAG

View file

@ -13,3 +13,4 @@ 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,3 +1,4 @@
- [QBittorrent](https://ghcr.io/hotio/qbittorrent) - [QBittorrent](https://ghcr.io/hotio/qbittorrent)
```bash ```bash
docker run \ docker run \