solomonlai.ng/.drone.yml
Solomon Laing 7917801d45
All checks were successful
continuous-integration/drone/push Build is passing
chore: sometimes dns doesn't work, ip does
2026-02-10 07:30:45 +10:30

25 lines
420 B
YAML

---
kind: pipeline
type: ssh
name: Deploy
server:
host: 192.168.2.200
user: droneci
ssh_key:
from_secret: ssh_key
# password:
# from_secret: ssh_passwd
clone:
disable: true
steps:
- name: Setup & Clone
commands:
- cd /var/www/html/
- rm -rf solomonlai.ng
- git clone https://git.inkletblot.com/inkletblot/solomonlai.ng.git
- cd solomonlai.ng/
- git checkout main