This commit is contained in:
@@ -3,8 +3,9 @@ pipeline:
|
|||||||
image: jbrechtel/zola:latest
|
image: jbrechtel/zola:latest
|
||||||
commands:
|
commands:
|
||||||
- "zola build"
|
- "zola build"
|
||||||
|
- find /
|
||||||
|
- ls /deploy
|
||||||
- ls /deploy/jamesbrechtel.com/
|
- ls /deploy/jamesbrechtel.com/
|
||||||
- docker ps
|
|
||||||
- echo foo > /deploy/jamesbrechtel.com/foo
|
- echo foo > /deploy/jamesbrechtel.com/foo
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user