a change to test deploy target

This commit is contained in:
2019-02-16 18:36:51 +01:00
parent f20bfe2b30
commit b20acc86c2
5 changed files with 6 additions and 10 deletions

View File

@ -25,6 +25,7 @@ deploy:
- linux
- docker
script:
- version=`cat VERSION`
- VERSION=`cat VERSION`
- echo "Version is $VERSION"
- docker pull registry.gitlab.com/wolutator/homepage:latest
- docker restart homepage

View File

@ -13,7 +13,7 @@ COPY files files/
COPY docroot docroot/
COPY src src/
COPY homepage.conf package.json package-lock.json tsconfig.json ./
COPY VERSION .
RUN \

View File

@ -1 +1 @@
1.0.1
1.0.2

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
docker build --tag registry.gitlab.com/wolutator/homepage:latest --tag registry.gitlab.com/wolutator/homepage:1.1 .

View File

@ -1,4 +1,4 @@
<!-- { "toc": "compute", "title": "Projects - Just for Fun" } -->
<!-- { "toc": "compute", "title": "PROJECTS - Just for Fun" } -->