Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ViaResto-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aymeric Chaumont
ViaResto-website
Merge requests
!58
update domain names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update domain names
change-staging-domain-name
into
main
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
update domain names
Aymeric Chaumont
requested to merge
change-staging-domain-name
into
main
Jul 22, 2022
Overview
0
Commits
2
Pipelines
2
Changes
1
0
0
Merge request reports
Viewing commit
53178e10
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
53178e10
update prod domain in ci
· 53178e10
Aymeric Chaumont
authored
Jul 22, 2022
.gitlab-ci.yml
+
2
−
2
View file @ 53178e10
Edit in single-file editor
Open in Web IDE
Show full file
@@ -178,7 +178,7 @@ deploy-back-prod:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
always
variables
:
DOMAIN
:
eatfast.
cs-campus
.fr
DOMAIN
:
eatfast.
viarezo
.fr
PRIVATE_KEY
:
"
$SSH_PRIVATE_KEY"
IMAGE
:
"
back"
dependencies
:
[]
@@ -190,7 +190,7 @@ deploy-front-prod:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
always
variables
:
DOMAIN
:
eatfast.
cs-campus
.fr
DOMAIN
:
eatfast.
viarezo
.fr
PRIVATE_KEY
:
"
$SSH_PRIVATE_KEY"
IMAGE
:
"
front"
dependencies
:
Loading