mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
ci: update config
This commit is contained in:
parent
4e6fca6585
commit
7b0eb2f3cb
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ steps:
|
||||||
|
|
||||||
- name: surge
|
- name: surge
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
secrets: [surge_login, surge_token]
|
environment:
|
||||||
|
surge_login:
|
||||||
|
from_secret: surge_login
|
||||||
|
surge_token:
|
||||||
|
from_secret: surge_token
|
||||||
commands:
|
commands:
|
||||||
- npm install surge
|
- npm install surge
|
||||||
- cp dist/index.html dist/200.html
|
- cp dist/index.html dist/200.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue