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