ci: update config

This commit is contained in:
Shiny Nematoda 2025-01-12 11:23:34 +00:00
parent 4e6fca6585
commit 7b0eb2f3cb

View file

@ -13,7 +13,11 @@ steps:
- name: surge
image: node:alpine
secrets: [surge_login, surge_token]
environment:
surge_login:
from_secret: surge_login
surge_token:
from_secret: surge_token
commands:
- npm install surge
- cp dist/index.html dist/200.html