Commit 28666ca6 authored by Mark Harding's avatar Mark Harding

(chore): cleanup ci file

parent 67d5c323
No related merge requests found
Pipeline #68478035 canceled with stages
in 1 minute and 29 seconds
......@@ -40,8 +40,6 @@ prepare:fpm:
- docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
- docker build -t $CI_REGISTRY_IMAGE/fpm:$CI_BUILD_REF -f containers/php-fpm/Dockerfile .
- docker push $CI_REGISTRY_IMAGE/fpm:$CI_BUILD_REF
environment:
name: staging
prepare:runners:
stage: prepare
......@@ -50,8 +48,6 @@ prepare:runners:
- docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
- docker build -t $CI_REGISTRY_IMAGE/runners:$CI_BUILD_REF -f containers/php-runners/Dockerfile .
- docker push $CI_REGISTRY_IMAGE/runners:$CI_BUILD_REF
environment:
name: staging
staging:start:
stage: staging
......@@ -74,6 +70,9 @@ staging:start:
- $CI_COMMIT_MESSAGE =~ /-subdomain/
environment:
name: staging
except:
refs:
- master
staging:stop:
stage: staging
......@@ -89,6 +88,9 @@ staging:stop:
- $CI_COMMIT_MESSAGE =~ /-subdomain/
environment:
name: staging
except:
refs:
- master
deploy:fpm:
stage: deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment