2024-10-21 04:43:39 +00:00
|
|
|
steps:
|
|
|
|
- name: deploy
|
2024-10-21 04:48:46 +00:00
|
|
|
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
|
2024-10-21 04:44:58 +00:00
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- build
|