Add drone fix 5/?: add debug output and skip compiler build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danila Fedorin 2020-02-29 22:42:19 -08:00
parent db8a050bdf
commit 2a1ad171c0
1 changed files with 8 additions and 6 deletions

View File

@ -7,16 +7,17 @@ volumes:
temp: {}
steps:
- name: test-compiler
image: archlinux
commands:
- pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
- cd code/compiler
- ./test.sh
# - name: test-compiler
# image: archlinux
# commands:
# - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
# - cd code/compiler
# - ./test.sh
- name: build-live
image: klakegg/hugo:ext-alpine
commands:
- hugo -D --baseUrl "http://danilafe.com:8080" --destination /live-output
- ls -la /live-output
volumes:
- name: live-output
path: /live-output
@ -27,6 +28,7 @@ steps:
- echo "$CUSTOM_KEY" | ssh-add -
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- ls -la /live-output
- rsync -rv -e "ssh -p 22" /live-output blog-live@danilafe.com:/var/www/blog-live --checksum
environment:
CUSTOM_KEY: