kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: copy
commands:
- cp ./*.css /home/gogs/gogs/custom/public/css/themes/
- name: inject
commands:
- echo "" > /home/gogs/gogs/custom/templates/inject/head.tmpl
- echo "" >> /home/gogs/gogs/custom/templates/inject/head.tmpl
- echo "" >> /home/gogs/gogs/custom/templates/inject/head.tmpl
trigger:
branch:
- master