This commit is contained in:
parent
bf213698ec
commit
9070edf6b6
1 changed files with 31 additions and 16 deletions
47
.drone.yml
47
.drone.yml
|
@ -1,20 +1,20 @@
|
|||
name: test
|
||||
kind: pipeline
|
||||
# name: test
|
||||
# kind: pipeline
|
||||
|
||||
steps:
|
||||
- name: jekyll-build
|
||||
image: ruby
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
exclude: master
|
||||
event: push
|
||||
|
||||
---
|
||||
# steps:
|
||||
# - name: jekyll-build
|
||||
# image: ruby
|
||||
# commands:
|
||||
# - gem install bundler
|
||||
# - bundle install
|
||||
# - bundle exec jekyll build
|
||||
#
|
||||
# trigger:
|
||||
# branch:
|
||||
# exclude: master
|
||||
# event: push
|
||||
#
|
||||
# ---
|
||||
name: deploy
|
||||
kind: pipeline
|
||||
|
||||
|
@ -34,6 +34,21 @@ steps:
|
|||
# tags:
|
||||
# - latest
|
||||
# - ${DRONE_TAG}
|
||||
# image: plugins/docker
|
||||
# settings:
|
||||
# pull_image: true
|
||||
# registry: docker.atomaka.com
|
||||
# repo: docker.atomaka.com/atomaka.com
|
||||
# tags:
|
||||
# - latest
|
||||
# - ${DRONE_TAG}
|
||||
- name: test
|
||||
image: ruby
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: docker_username
|
||||
commands:
|
||||
- echo $SSH_KEY
|
||||
- name: deploy
|
||||
image: plugins/ssh
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue