add deploy

This commit is contained in:
Emile Nijssen 2021-05-23 12:38:39 +02:00
parent 992e31add1
commit f171e25908
2 changed files with 57 additions and 0 deletions

View file

@ -1,5 +1,14 @@
{
"version": "0.1.0",
"scripts": {
"build": "docker build --tag wg-easy ."
},
"docker": {
"production": {
"tags": "latest"
},
"staging": {
"beta"
}
}
}