Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Ajout script de déploiement dans Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarel committed May 12, 2018
1 parent 094fc37 commit 1214211
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/sh

npm run build
docker build -t bgarel.azurecr.io/calculette-rh:latest .
docker push bgarel.azurecr.io/calculette-rh:latest

0 comments on commit 1214211

Please sign in to comment.