Update .gitlab-ci.yml file
This commit is contained in:
@@ -6,12 +6,16 @@ stages:
|
||||
|
||||
build-job:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- docker info
|
||||
- docker build -t andrusyakka/calendar-front .
|
||||
|
||||
deploy-job:
|
||||
stage: deploy
|
||||
tags:
|
||||
- docker
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user