This commit is contained in:
parent
e807d9812b
commit
9d61d15363
@ -18,14 +18,17 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- hugo version
|
- hugo version
|
||||||
|
- pwd
|
||||||
# - ln -s /home/hebron/hugo_resources/production resources
|
# - ln -s /home/hebron/hugo_resources/production resources
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- hugo --gc --minify -b https://blog.broillet.ch/
|
- hugo --gc --minify -b https://blog.broillet.ch/
|
||||||
|
- pwd
|
||||||
|
|
||||||
- name: copy built website
|
- name: copy built website
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- cp public/ /var/www/html/blog/
|
- cp public/ /var/www/html/blog/
|
||||||
|
|
||||||
# - name: vps-deploy
|
# - name: vps-deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user