diff --git a/.gitignore b/.gitignore index 809059b..cc91b34 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* - -.vscode \ No newline at end of file diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 8e5f34b..67c27c7 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -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, + ] diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index dc589a9..42c95f7 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -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] diff --git a/docs/Command Snippets/Docker Run.md b/docs/Command Snippets/Docker Run.md index 8e33bae..0d3bca2 100644 --- a/docs/Command Snippets/Docker Run.md +++ b/docs/Command Snippets/Docker Run.md @@ -1,3 +1,4 @@ + - [QBittorrent](https://ghcr.io/hotio/qbittorrent) ```bash docker run \