~comcloudway/pages

69d9dc0102103e9a223df63c6f50f7d648609fc6 — Jakob Meier 1 year, 3 months ago 14bbd45
Started working on CI publish
1 files changed, 12 insertions(+), 0 deletions(-)

A .woodpecker.yml
A .woodpecker.yml => .woodpecker.yml +12 -0
@@ 0,0 1,12 @@
pipeline:
  build:
    image: alpine
    commands: |
      apk add sed pandoc
      sh ./build.sh
  publish:
    image: alpine
    secrets: [ ssh_deploy_pass ]
    commands: |
      apk add rsync openssh sshpass
      rsync -ratlzv --rsh="sshpass -p $ssh_deploy_pass -e ssh  -o StrictHostKeyChecking=no -l deploy -p 29493" ./build deploy@ccw.icu:/home/deploy/upload