Skip to content

Commit e90041f

Browse files
author
Mykolas
committed
Add package and deployment scripts
1 parent 1e0c195 commit e90041f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"lint": "lerna run lint --concurrency 1",
2121
"ci": "lerna run ci",
2222
"run": "docker run -d -p 8080:8081 --name=planning-chess planning-chess:latest",
23-
"nuke": "lerna run nuke --parallel && npm run clean:root"
23+
"nuke": "lerna run nuke --parallel && npm run clean:root",
24+
"package": "docker build -t planning-chess-servic.node:latest .",
25+
"deploy": "aws lightsail push-container-image --region eu-west-2 --service-name planning-chess-servic --label node --image planning-chess-servic.node:latest --profile planningchess"
2426
},
2527
"repository": {
2628
"type": "git",

0 commit comments

Comments
 (0)