Added deployment scripts and workflows
This commit is contained in:
parent
a30b115df0
commit
f83edd3997
8
.woodpecker/deploy.yaml
Normal file
8
.woodpecker/deploy.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
steps:
|
||||
- name: deploy
|
||||
image: alpine
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: RSE_panel
|
||||
commands:
|
||||
- ./scripts/deploy.sh
|
4
scripts/deploy.sh
Normal file
4
scripts/deploy.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bin
|
||||
curl https://panel.fun.reslate.systems/api/v1/deploy?uuid=x0kg0ows88co44ww04c00wsc&force=false
|
||||
-H "Accept: application/json"
|
||||
-H "Authorization: Bearer ${TOKEN}"
|
Loading…
x
Reference in New Issue
Block a user