aboutsummaryrefslogblamecommitdiff
path: root/.woodpecker/main.yaml
blob: ff7faf7ea0620e59e2fca92d613379253f268777 (plain) (tree)
1
2
3
4
5
6
7
8
9


          



            

               
                        
             




                    











                                            
when:
  event:
    - push
    - manual
  branch:
    - main 

steps:
  - name: build
    image: alpine:3.17.2
    commands:
      - apk update
      - apk add zola
      - zola build

  - name: upload
    image: plugins/s3
    settings:
      bucket: guide.deuxfleurs.fr
      endpoint: https://garage.deuxfleurs.fr
      region: garage
      access_key:
        from_secret: aws_access_key_id
      secret_key:
        from_secret: aws_secret_access_key
      source: public/**/*
      target: /
      strip_prefix: public/