Skip to content
Snippets Groups Projects

Feature/testing workflow

Merged Ghost User requested to merge feature/testing_workflow into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -21,7 +21,7 @@ deploy_test1:
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test1@astral.startinblox.com:~/front/
only:
- feature/*
- /^feature\/.*/
when: manual
tags:
- deploy
@@ -38,7 +38,7 @@ deploy_test2:
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test2@astral.startinblox.com:~/front/
only:
- feature/*
- /^feature\/.*/
when: manual
tags:
- deploy
@@ -55,7 +55,7 @@ deploy_test3:
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/
only:
- feature/*
- /^feature\/.*/
when: manual
tags:
- deploy
Loading