Skip to content
Snippets Groups Projects
Commit e009a3c9 authored by Plup's avatar Plup
Browse files

Merge branch 'feature/testing_workflow' into 'master'

Feature/testing workflow

See merge request applications/sib-app!117
parents 8588c919 b5989cdf
No related branches found
No related tags found
1 merge request!117Feature/testing workflow
Pipeline #3962 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment