Skip to content
Snippets Groups Projects
Commit 94932d64 authored by slobinger's avatar slobinger
Browse files

Update .gitlab-ci.yml specified stating and production enviroenment

parent cb63bfae
Branches
Tags
No related merge requests found
Pipeline #
......@@ -34,6 +34,8 @@ build-master:
expire_in: 1 hrs
only:
- master
environment:
name: staging
test-and-deploy-master:
stage: deploy
......@@ -44,13 +46,11 @@ test-and-deploy-master:
- eval $(cat ENVIRONMENTS)
- gdebi --non-interactive build/${PKGNAME}_${VERSION}_${ARCH}.deb
environment:
name: staging
name: production
only:
- tags
- master
artifacts:
paths:
- build/*
expire_in: 1 mos
only:
- tags
\ No newline at end of file
expire_in: 1 mos
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment