mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Update .yml files
This commit is contained in:
parent
73efb60e47
commit
ada7309184
3 changed files with 11 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -30,3 +30,5 @@
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
.vscode
|
|
@ -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
|
||||||
|
|
|
@ -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]
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue