You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
222 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. kind: pipeline
  2. name: default
  3. platform:
  4. os: linux
  5. arch: amd64
  6. steps:
  7. - name: build
  8. image: plugins/hugo
  9. settings:
  10. url: https://fr1nge.xyz
  11. validate: false
  12. commands:
  13. - pwd
  14. - ls
  15. - cp -r public/* /data