Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-geo-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-geo-api
Commits
27bcd946
Commit
27bcd946
authored
1 month ago
by
Christof Bauer
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into production
parents
93e19542
36a6a417
No related branches found
Branches containing commit
Tags
release/1.47.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
27bcd946
...
...
@@ -49,7 +49,7 @@ variables:
## common steps
cache_lint_test
:
image
:
'
europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.
0.6
'
image
:
'
europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.
1.9
'
stage
:
'
test'
script
:
-
deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
27bcd946
FROM
europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.
0.6
FROM
europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.
1.9
# The port that your application listens to.
EXPOSE
8003
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment