Compare commits

..

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

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: ssh
name: deploy
type: docker
name: default
trigger:
branch:
@ -9,26 +9,9 @@ trigger:
event:
- push
server:
host: bristlecone
user: droneci
ssh_key:
from_secret: rsa_key
clone:
disable: true
steps:
- name: Setup
- name: build
image: alpine
commands:
- cd /var/www/html
- rm -rf solomonlai.ng
- 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
- echo "building..."
- echo "build complete."