11 lines
174 B
YAML
Raw Permalink Normal View History

2024-10-21 04:43:39 +00:00
steps:
- name: deploy
image: alpine/curl
2024-10-21 04:43:39 +00:00
environment:
TOKEN:
from_secret: RSE_panel
commands:
- sh ./scripts/deploy.sh
depends_on:
- build