faster test flow
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Andrew Tomaka 2023-02-18 13:09:04 -05:00
parent 54c5f93ffb
commit bf213698ec
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 18 additions and 17 deletions

View File

@ -19,21 +19,21 @@ name: deploy
kind: pipeline
steps:
- name: jekyll-build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- name: docker-build
image: plugins/docker
settings:
pull_image: true
registry: docker.atomaka.com
repo: docker.atomaka.com/atomaka.com
tags:
- latest
- ${DRONE_TAG}
# - name: jekyll-build
# image: ruby
# commands:
# - gem install bundler
# - bundle install
# - bundle exec jekyll build
# - name: docker-build
# image: plugins/docker
# settings:
# pull_image: true
# registry: docker.atomaka.com
# repo: docker.atomaka.com/atomaka.com
# tags:
# - latest
# - ${DRONE_TAG}
- name: deploy
image: plugins/ssh
settings:
@ -44,7 +44,8 @@ steps:
key:
from_secret: unraid_ssh_key
script:
- docker pull docker.atomaka.com/atomaka.com:latest
- docker restart atomaka.com
- echo "Hello, world!"
# - docker pull docker.atomaka.com/atomaka.com:latest
# - docker restart atomaka.com
trigger:
event: tag