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

Update .gitlab-ci.yml deployment on master is now staging enviroment - so that...

Update .gitlab-ci.yml deployment on master is now staging enviroment - so that prebuilds acan be seperated from production builds.
parent 75dd6460
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -25,6 +25,7 @@ build-master:
stage: build
after_script:
- mkdir build
- ls ../
- mv ../${PKGNAME}_${VERSION}_${ARCH}.deb build/
artifacts:
paths:
......@@ -41,9 +42,10 @@ test-and-deploy-master:
script:
- gdebi --non-interactive build/${PKGNAME}_${VERSION}_${ARCH}.deb
environment:
name: production
name: staging
only:
- tags
- master
artifacts:
paths:
- build/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment