This commit is contained in:
Andrew Tomaka 2023-02-18 13:52:01 -05:00
parent bf213698ec
commit 9070edf6b6
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 31 additions and 16 deletions

View File

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