Harrison Deng cc0012b655
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
Changed to using curl environment
update script to use sh instead of full bash
2024-10-21 05:02:09 +00:00

11 lines
174 B
YAML

steps:
- name: deploy
image: alpine/curl
environment:
TOKEN:
from_secret: RSE_panel
commands:
- sh ./scripts/deploy.sh
depends_on:
- build