基于gokins自动化部署
写在前面
gokins自动化构建
事列
version: 1.0
vars:
stages:
- stage:
displayName: build
name: build
steps:
- step: shell@bash
displayName: bash
repo: /app/site/coupert-go
name: bash
commands:
- git pull origin local
- nohup go run main.go serve > couper-go.log &
本作品采用《CC 协议》,转载必须注明作者和本文链接