summaryrefslogtreecommitdiff
path: root/.makeshiftci/1.json
blob: 6fad2fa001167357cfa7389a8f3c2d97b8533a2c (plain) (blame)
1
2
3
4
5
6
{
	"name": "build and deploy homepage",
	"image": "archlinux:latest",
	"secrets": { "SECRET_SSH": "/run/secrets/msci/sshkey" },
	"run": ["./build.sh"]
}