This commit is contained in:
Egor Matveev 2021-11-05 22:05:19 +03:00
parent 7fdc9fe0f0
commit 899785e1d3
2 changed files with 7 additions and 2 deletions

View File

@ -20,6 +20,11 @@ deploy-dev:
stage: deploy-dev
tags:
- main
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
- when: manual
variables:
PORT: 80
script:

View File

@ -1,3 +1,3 @@
FROM docker:dind
WORKDIR /usr/src/app/
WORKDIR /usr/src/app/
COPY . /usr/src/app