changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Deploy Utopia Dev
|
||||
name: Deploy Login
|
||||
|
||||
on:
|
||||
push:
|
||||
5
push.sh
5
push.sh
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
PROJECT="bigdatacloud"
|
||||
IMAGE="login"
|
||||
|
||||
docker build -t docker.bigdatatech.vn/$PROJECT/$IMAGE:latest .
|
||||
docker push docker.bigdatatech.vn/$PROJECT/$IMAGE:latest
|
||||
docker rmi docker.bigdatatech.vn/$PROJECT/$IMAGE:latest
|
||||
git add .
|
||||
git commit -m 'changes'
|
||||
git push
|
||||
Reference in New Issue
Block a user