This website works better with JavaScript.
Home
Explore
Help
Sign In
lubiland
/
swarm-nat
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add a deploy.sh
it builds the docker image and pushes it to the hardcoded registry
master
lub
1 year ago
parent
1a6fbd9d96
commit
5d6adcab4d
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
deploy.sh
+ 4
- 0
deploy.sh
View File
@ -0,0 +1,4 @@
#!/bin/sh -e
docker build -t registry.lubiland.de/swarm-nat .
docker push registry.lubiland.de/swarm-nat
Write
Preview
Loading…
Cancel
Save