ci: scripts package json release
This commit is contained in:
parent
df1f9699fe
commit
b0874aa8d1
|
@ -0,0 +1,2 @@
|
||||||
|
.certificates
|
||||||
|
node_modules
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"tagMessageInChangeLog": true
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
docker build gitea -t ${LOCAL_DOCKER_REGISTRY}gitea
|
|
@ -0,0 +1,4 @@
|
||||||
|
docker stack rm gitea
|
||||||
|
echo 'sleeping...zzz'
|
||||||
|
sleep 60
|
||||||
|
docker stack deploy -c docker-compose.yml gitea
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"name": "gitea",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "gitea",
|
||||||
|
"scripts": {
|
||||||
|
"build": "sh build.sh",
|
||||||
|
"deploy": "sh deploy.sh",
|
||||||
|
"release": "standard-version",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://sigyl.com/git/stack/gitea"
|
||||||
|
},
|
||||||
|
"author": "Giles Bradshaw",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue