another fix in ci script
This commit is contained in:
parent
7e1127efcf
commit
bf5664b2af
@ -28,5 +28,7 @@ deploy:
|
||||
- VERSION=`cat VERSION`
|
||||
- echo "Version is $VERSION"
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- docker stop homepage
|
||||
- docker pull registry.gitlab.com/wolutator/homepage:latest
|
||||
- docker restart homepage
|
||||
- docker run -d --rm --name homepage -p4200:4200 registry.gitlab.com/wolutator/homepage:latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user