Deploy site using 'scp' #3

Merged
luca merged 3 commits from scp_deploy into main 2020-11-13 18:56:01 +01:00
2 changed files with 18 additions and 14 deletions

View File

@ -5,22 +5,26 @@ type: docker
name: default
steps:
- name: build
image: plugins/hugo
settings:
extended: yes
validate: yes
- name: deploy
image: alpine:3.12
volumes:
- name: site
path: /var/www/html
commands:
- apk add --no-cache hugo
- hugo
- cp -r public/* /var/www/html
image: appleboy/drone-scp
settings:
host: dragon.luj0ga.de
username: www
key:
from_secret: ssh_key
passphrase:
from_secret: ssh_passphrase
target: /srv/www/sites/www.franconian.net/
source: public/*
rm: yes
when:
event:
- push
branch:
- main
volumes:
- name: site
host:
path: /srv/www/sites/www.franconian.net

View File

@ -7,7 +7,7 @@
{{ .Site.Title }}
{{ end }}</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
{{ $style := resources.Get "style.scss" | resources.ToCSS | minify }}
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
</head>
<body>