Skip to content

Commit

Permalink
Fix build hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Feb 11, 2020
1 parent 28c14c4 commit 9ebe21e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env
@@ -0,0 +1 @@
IMAGE_NAME=alerta/alerta-web
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,4 +1,6 @@
.env
mongodb
pg-data
contrib/kubernetes/helm/alerta/charts

.env.local
.env.*.local
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -49,8 +49,7 @@ build:
-t $(IMAGE_NAME):latest .

push:
docker tag $IMAGE_NAME ${DOCKER_REPO}:$VERSION
docker push ${DOCKER_REPO}:$VERSION
docker push $(IMAGE_NAME)

pull:
docker-compose -f docker-compose.yml pull
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
sut:
image: alerta/alerta-web
build: .
ports:
- 8080
depends_on:
Expand Down

0 comments on commit 9ebe21e

Please sign in to comment.