This website requires JavaScript.
Explore
Help
Sign In
p5x
/
api-server
Watch
1
Star
0
Fork
0
You've already forked api-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2f28459f9a
api-server
/
scripts
/
push.sh
4 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Start roughing out K8s deployment spec for api-server; bootstrap global locks AFTER DB migrations have run
2025-02-25 05:18:45 +00:00
#!/bin/sh -e
Better support for overriding docker reg + tag (for local testing); init container for ensure-system-disk
2025-04-22 13:21:17 +00:00
docker push
"
${
DOCKER_REGISTRY
:-
docker
.io
}
/glmdev/p5x-api:
${
DOCKER_TAG
:-
latest
}
"
Reference in New Issue
Copy Permalink