https://github.com/cablehead/sidepro-from-container-image
https://github.com/cablehead/sidepro-from-container-image
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cablehead/sidepro-from-container-image
- Owner: cablehead
- Created: 2024-08-30T15:43:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T15:05:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T05:05:47.389Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is a minimal setup to build a container image and then push it to
GitHub's container registry, which can subsequently be deployed to
[SidePro](https://docs.sidepro.cloud/).
```shell
% git ls-files
.github/workflows/docker-build-and-push.yml
Dockerfile
README.md
html/index.html
```
To deploy:
```shell
sidepro push \
--name sidepro-from-container-image \
--container-image-url ghcr.io/cablehead/sidepro-from-container-image@ \
--port 80
```
Result:
https://sidepro-from-container-image.platform.beta.sidepro.app