This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
# Test
|
# Test
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: hugomods/hugo:latest
|
image: hugomods/hugo:latest
|
||||||
@@ -6,6 +10,3 @@ steps:
|
|||||||
- hugo --minify --destination /site/public
|
- hugo --minify --destination /site/public
|
||||||
volumes:
|
volumes:
|
||||||
- /home/saurav/site:/site # writes directly to where Caddy serves from
|
- /home/saurav/site:/site # writes directly to where Caddy serves from
|
||||||
when:
|
|
||||||
event: push
|
|
||||||
branch: master
|
|
||||||
|
|||||||
Reference in New Issue
Block a user