Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Merge requests
!117
Feature/testing workflow
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/testing workflow
feature/testing_workflow
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Ghost User
requested to merge
feature/testing_workflow
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b5989cdf
2 commits,
5 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
3
Options
@@ -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