Compare commits

..

2 Commits

Author SHA1 Message Date
jolheiser c831267655
Merge branch 'main' into issue/2 2022-01-11 02:59:18 +00:00
Joey Hines 184ae56e79
Updated server HW specs (#2)
+ Updated server specs
+ Pointed link to the new OVH HW page
2022-01-09 10:29:25 -07:00
1 changed files with 15 additions and 13 deletions

View File

@ -13,9 +13,12 @@ pipeline:
netlify: netlify:
image: node:14 image: node:14
secrets: secrets:
- bot_token - source: bot_token
- netlify_site_id target: bot_token
- netlify_auth_token - source: netlify_site_id
target: netlify_site_id
- source: netlify_auth_token
target: netlify_auth_token
commands: commands:
- node netlify.js - node netlify.js
when: when:
@ -25,7 +28,6 @@ pipeline:
when: when:
event: push event: push
branch: main branch: main
settings:
files: files:
- "dist/*" - "dist/*"
output: dist.tar.gz output: dist.tar.gz
@ -34,9 +36,9 @@ pipeline:
when: when:
event: push event: push
branch: main branch: main
settings: secrets:
token: - source: gitea_token
from_secret: gitea_token target: plugin_gitea_token
base: https://git.jojodev.com base: https://git.jojodev.com
files: files:
- "dist.tar.gz" - "dist.tar.gz"