Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-translation-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-translation-api
Commits
f3d25ad6
Commit
f3d25ad6
authored
1 month ago
by
Christof Bauer
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into production
parents
c97e4567
831e1c40
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 @
f3d25ad6
...
@@ -39,7 +39,7 @@ variables:
...
@@ -39,7 +39,7 @@ variables:
# TODO should/could we roll back the service to the last working revision on test failure?
# TODO should/could we roll back the service to the last working revision on test failure?
cache_lint
:
cache_lint
:
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'
stage
:
'
test'
script
:
script
:
-
deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts
-
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 @
f3d25ad6
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.
# The port that your application listens to.
EXPOSE
8089
EXPOSE
8089
...
...
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