no idea how that didn't work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26f936a521
commit
f61024432e
@ -21,14 +21,18 @@ clone:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- cd /var/www/html/
|
- cd /var/www/html/
|
||||||
- rm -rf solomonlai.ng
|
- rm -rf solomonlai.ng
|
||||||
|
- pwd
|
||||||
|
|
||||||
- name: Clone
|
- name: Clone
|
||||||
environment:
|
environment:
|
||||||
KEY:
|
KEY:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- git clone https://git.inkletblot.com/inkletblot/solomonlai.ng.git
|
- git clone https://git.inkletblot.com/inkletblot/solomonlai.ng.git
|
||||||
- cd solomonlai.ng/
|
- cd solomonlai.ng/
|
||||||
- git checkout main
|
- git checkout main
|
||||||
|
- pwd
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user