Compare commits

..

No commits in common. "2e83dcec4c38eb85877f039a45adedd3a03750da" and "88af30e8925d7d6d7f04eb1fd2a169b9db20df57" have entirely different histories.

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: ssh type: docker
name: deploy name: default
trigger: trigger:
branch: branch:
@ -9,26 +9,9 @@ trigger:
event: event:
- push - push
server:
host: bristlecone
user: droneci
ssh_key:
from_secret: rsa_key
clone:
disable: true
steps: steps:
- name: Setup - name: build
commands: image: alpine
- cd /var/www/html commands:
- rm -rf solomonlai.ng - echo "building..."
- echo "build complete."
- name: Clone
environment:
KEY:
from_secret: ssh_key
commands:
- echo "$KEY" > $HOME/.ssh/id_git_rsa
- git clone ssh://git@your.gitserver.com:6122/inkletblot/solomonlai.ng.git .
- git checkout main