Initial commit: XDL Twitter/X video downloader
This commit is contained in:
24
.drone.yml
Normal file
24
.drone.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: deploy
|
||||
|
||||
server:
|
||||
host: 217.216.32.230
|
||||
user: root
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
commands:
|
||||
- cd /home/xdl/xdl
|
||||
- git pull origin main
|
||||
- docker compose build --no-cache
|
||||
- docker compose up -d
|
||||
- echo "✅ XDL deployed successfully"
|
||||
Reference in New Issue
Block a user