no idea how that didn't work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Solomon Laing 2025-12-29 18:27:31 +10:30
parent 26f936a521
commit f61024432e

View File

@ -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