Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Reddit Team
Commits
2043d6f0
Commit
2043d6f0
authored
Dec 09, 2025
by
Benavides Ontiveros
Browse files
test deploy stage
parent
5b58267b
Pipeline
#12254
canceled with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2043d6f0
...
...
@@ -139,6 +139,9 @@ build:
after_script
:
-
echo "Docker image built successfully!"
# =====================================================================
# DEPLOY
# =====================================================================
# =====================================================================
# DEPLOY
# =====================================================================
...
...
@@ -149,6 +152,9 @@ deploy:
-
ubuntu
-
vm
-
reddit
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
# Run on MRs
-
when
:
always
script
:
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
docker push $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment