Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llm-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
ots
LLM
llm-api
Merge requests
!18
Couldn't fetch the linked file.
Hotfix for error when missing SENTRY_DSN
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hotfix for error when missing SENTRY_DSN
gitlab-ci
into
main
Overview
0
Commits
4
Pipelines
0
Changes
2
Merged
Laurian Gridinoc
requested to merge
gitlab-ci
into
main
9 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
Also I had to change in CI/CD how SENTRY_DSN was defined: no variable interpolation.
0
0
Merge request reports
Compare
version 1
version 1
00d71946
9 months ago
main (base)
and
latest version
latest version
9113d387
4 commits,
9 months ago
version 1
00d71946
3 commits,
9 months ago
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
1
Options
@@ -16,7 +16,6 @@ before_script:
-
chmod 700 ~/.ssh
-
ssh-keyscan $DEPLOY_TARGET_IP_ADDRESS >> ~/.ssh/known_hosts
-
chmod 644 ~/.ssh/known_hosts
-
printenv
deploy
:
stage
:
deploy
Loading