Fitxers de deploy
This commit is contained in:
9
deploy/publish.sh
Executable file
9
deploy/publish.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# BUILD
|
||||
docker build . -f deploy/Dockerfile -t presencia
|
||||
|
||||
# PUBLISH
|
||||
docker tag presencia marc.sastre.cat/presencia
|
||||
docker push marc.sastre.cat/presencia
|
||||
Reference in New Issue
Block a user