Added deployment scripts and workflows
This commit is contained in:
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
|
Reference in New Issue
Block a user