https://github.com/rigeldev/deno-deployctl
Deno image with the Deno Deploy deployctl command line installed.
https://github.com/rigeldev/deno-deployctl
deno deno-deploy
Last synced: 3 months ago
JSON representation
Deno image with the Deno Deploy deployctl command line installed.
- Host: GitHub
- URL: https://github.com/rigeldev/deno-deployctl
- Owner: rigeldev
- Created: 2024-10-29T09:19:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-28T06:27:17.000Z (3 months ago)
- Last Synced: 2026-03-28T11:37:54.364Z (3 months ago)
- Topics: deno, deno-deploy
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-deployctl
> docker pull rigeldev/deno-deployctl:latest
Docker image for deploying applications to [Deno Deploy](https://deno.com/deploy).
Uses [denoland/deno](https://hub.docker.com/r/denoland/deno) as base image and installs the [deployctl](https://github.com/denoland/deployctl).
## Tags
For tagging I'm using the following pattern `deno-version`-`deployctl-version`.
[Available tags](https://hub.docker.com/r/rigeldev/deno-deployctl/tags)
## Status
This image is automatically updated daily via GitHub Actions when new versions of either the Deno base image or the deployctl tool are released.
The automation:
- Checks for new versions daily at 6 AM UTC
- Only builds and pushes if a new version combination is detected
- Updates both versioned tags (e.g., `2.0.4-1.13.0`) and the `latest` tag
- Supports multi-platform builds (linux/amd64, linux/arm64)