Commit 9c7279d4 authored by Bùi Bá Trường's avatar Bùi Bá Trường

Modify

parent 4c4401a3
Pipeline #420 failed with stages
in 1 minute and 34 seconds
...@@ -67,7 +67,7 @@ sub_docker-build(){ ...@@ -67,7 +67,7 @@ sub_docker-build(){
echo "Need to package before building with docker-compose.." echo "Need to package before building with docker-compose.."
sub_package sub_package
fi fi
docker-compose -f deploy/docker-compose.yml build -d
} }
sub_docker-up(){ sub_docker-up(){
...@@ -83,7 +83,7 @@ sub_docker-up(){ ...@@ -83,7 +83,7 @@ sub_docker-up(){
} }
sub_docker-push(){ sub_docker-push(){
docker push 192.168.1.204:8081/spring-ci-advanced/dev/spring-ci-advanced:latest docker push http://192.168.1.204:8081/spring-ci-advanced/dev/spring-ci-advanced:latest
} }
sub_send-email(){ sub_send-email(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment