removed volatile files reflected it in .drone.yml
* as per e7fc2758d3 * also, we now need git for submodule initiation apparently
This commit is contained in:
parent
7251f7c1b7
commit
5819894285
@ -65,7 +65,6 @@ steps:
|
|||||||
OL_D:
|
OL_D:
|
||||||
from_secret: hugo_dir
|
from_secret: hugo_dir
|
||||||
commands:
|
commands:
|
||||||
<<<<<<< HEAD
|
|
||||||
- echo $OL_P > nupass
|
- echo $OL_P > nupass
|
||||||
- export RSYNC_RSH='sshpass -f ./nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
- export RSYNC_RSH='sshpass -f ./nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
||||||
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D-test
|
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D-test
|
||||||
@ -114,11 +113,3 @@ steps:
|
|||||||
from_secret: discord_webhook_id
|
from_secret: discord_webhook_id
|
||||||
webhook_token:
|
webhook_token:
|
||||||
from_secret: discord_webhook_token
|
from_secret: discord_webhook_token
|
||||||
=======
|
|
||||||
- pacman -Syu --noconfirm wget tar
|
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
|
|
||||||
- tar xfv hugo.tgz
|
|
||||||
- git submodule init
|
|
||||||
- git submodule update
|
|
||||||
- ./hugo --gc=true
|
|
||||||
>>>>>>> 75ffadc... [skip ci] add submodule in hugo-extended build too
|
|
||||||
|
Loading…
Reference in New Issue
Block a user