Update .gitlab-ci.yml file

This commit is contained in:
Kirill Andrusyak
2022-12-19 22:11:36 +00:00
parent e4847013f6
commit 8c474729dd

View File

@@ -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: