diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e62e413 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +steps: + - name: simple-deploy + image: alpine/git + commands: + - git -C /mnt/caddy-sites/latenightdef.techtransthai.org pull + volumes: + - /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites \ No newline at end of file