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: build-job:
stage: build stage: build
tags:
- docker
script: script:
- docker info - docker info
- docker build -t andrusyakka/calendar-front . - docker build -t andrusyakka/calendar-front .
deploy-job: deploy-job:
stage: deploy stage: deploy
tags:
- docker
only: only:
- master - master
script: script: