summaryrefslogtreecommitdiff
path: root/.makeshiftci/1.json
blob: ca839ef7373f04c79e571617f272067636759b16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
	"name": "build and deploy taur",
	"image": "archlinux:latest",
	"secrets": {
		"SECRET_SSH": "/run/secrets/msci/sshkey",
		"SECRET_GPG": "/run/secrets/msci/gpgkey",
		"SECRET_GPG_PASS": "/run/secrets/msci/gpgpwd"
	},
	"run": ["./taur.sh"]
}