Add drone fix 5/?: add debug output and skip compiler build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
db8a050bdf
commit
2a1ad171c0
14
.drone.yml
14
.drone.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user