Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
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
wpdesk
Predators
Shopify
Tools
gitlab-ci
Merge requests
!22
feature(core): mantle env
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(core): mantle env
feature/mantle-env
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Sebastian Pisula
requested to merge
feature/mantle-env
into
main
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
112af0d0
1 commit,
8 months ago
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gitlab-ci.yml
+
2
−
0
View file @ 112af0d0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -108,6 +108,7 @@ prepare assets stage:
@@ -108,6 +108,7 @@ prepare assets stage:
-
tags
-
tags
variables
:
variables
:
SHOPIFY_API_KEY
:
$STAGE_SHOPIFY_API_KEY
SHOPIFY_API_KEY
:
$STAGE_SHOPIFY_API_KEY
MANTLE_APP_TOKEN
:
$STAGE_MANTLE_APP_TOKEN
prepare assets production
:
prepare assets production
:
<<
:
*prepare-assets
<<
:
*prepare-assets
@@ -116,6 +117,7 @@ prepare assets production:
@@ -116,6 +117,7 @@ prepare assets production:
-
tags
-
tags
variables
:
variables
:
SHOPIFY_API_KEY
:
$PRODUCTION_SHOPIFY_API_KEY
SHOPIFY_API_KEY
:
$PRODUCTION_SHOPIFY_API_KEY
MANTLE_APP_TOKEN
:
$PRODUCTION_MANTLE_APP_TOKEN
deploy to stage
:
deploy to stage
:
<<
:
*deploy-to-stage
<<
:
*deploy-to-stage
Loading