Skip to content
Snippets Groups Projects
Commit c3cf19c4 authored by Irina Kera Gundersen's avatar Irina Kera Gundersen
Browse files

hello world

parent 2a5a0a97
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112297 passed
image: docker:19.03.0
services:
- docker:19.03.0-dind
variables:
DOCKER_DRIVER: overlay
DOCKER_HOST: tcp://docker:3000
DOCKER_TLS_CERTDIR: ""
stages:
- build
before_script:
- docker info
docker_build:
stage: build
script:
- apk add --no-cache curl
- docker login -u _ -p $HEROKU_TOKEN registry.heroku.com
- docker pull registry.heroku.com/secfit-group15/web || true
- docker build
--cache-from registry.heroku.com/secfit-group15/web
--tag registry.heroku.com/secfit-group15/web
--file ./Dockerfile
"."
- docker push registry.heroku.com/secfit-group15/web
job:
script:
- echo "Hello world"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment