solomonlai.ng/.drone.yml
Solomon Laing 99414de1e3
Some checks failed
continuous-integration/drone/push Build is failing
just use https, jeez
2025-12-29 18:23:05 +10:30

34 lines
481 B
YAML

---
kind: pipeline
type: ssh
name: deploy
trigger:
branch:
- main
event:
- push
server:
host: 192.168.2.101
user: droneci
password:
from_secret: ssh_passwd
clone:
disable: true
steps:
- name: Setup
commands:
- cd /var/www/html
- rm -rf solomonlai.ng
- name: Clone
environment:
KEY:
from_secret: ssh_key
commands:
- git clone https://git.inkletblot.com/inkletblot/solomonlai.ng.git
- git checkout main