I think I get it
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Solomon Laing 2025-12-29 19:35:41 +10:30
parent e44e79e88b
commit 7d5122f885

View File

@ -13,20 +13,10 @@ clone:
disable: true disable: true
steps: steps:
- name: Setup - name: Setup & Clone
commands: commands:
- whoami
- pwd
- cd /var/www/html/ - cd /var/www/html/
- rm -rf solomonlai.ng - rm -rf solomonlai.ng
- pwd
- name: Clone
commands:
- cat /etc/hostname
- whoami
- 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