This commit is contained in:
parent
9fe36e39db
commit
008e33576d
@ -3,12 +3,6 @@ kind: pipeline
|
||||
type: ssh
|
||||
name: Deploy
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
||||
server:
|
||||
host: 192.168.2.101
|
||||
user: droneci
|
||||
@ -21,6 +15,7 @@ clone:
|
||||
steps:
|
||||
- name: Setup
|
||||
commands:
|
||||
- whoami
|
||||
- pwd
|
||||
- cd /var/www/html/
|
||||
- rm -rf solomonlai.ng
|
||||
@ -28,6 +23,7 @@ steps:
|
||||
|
||||
- name: Clone
|
||||
commands:
|
||||
- whoami
|
||||
- pwd
|
||||
- git clone https://git.inkletblot.com/inkletblot/solomonlai.ng.git
|
||||
- cd solomonlai.ng/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user