Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
Mímir
Commits
c9adcb47
Commit
c9adcb47
authored
Aug 14, 2020
by
Aron Fiechter
Browse files
Add deploy script
parent
5cd7a445
Changes
1
Hide whitespace changes
Inline
Side-by-side
deployment/deploy.sh
0 → 100755
View file @
c9adcb47
#!/bin/sh
REGISTRY
=
fiecha/
# dockerhub
echo
"Pushing images to registry..."
docker tag mimir-api:latest
${
REGISTRY
}
mimir-api:latest
docker tag mimir-client:latest
${
REGISTRY
}
mimir-client:latest
docker push
${
REGISTRY
}
mimir-api:latest
docker push
${
REGISTRY
}
mimir-client:latest
echo
"Done."
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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