kind: pipeline type: docker name: deploy_hugo steps: - name: build image: klakegg/hugo environment: HUGO_ENVIRONMENT: production HUGO_ENV: production - name: deploy image: nginx commands: - mv public /usr/share/nginx/html