11 lines
171 B
YAML
Raw Normal View History

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