You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Add triggers to update launchpad version in axiom (#6)
## Summary
- Update code: `git co main` and `git pull`
- Tag commit:`git tag -a 0.0.10`
- Write a brief message in the “pop up message screen”: `devbox 0.0.10`
- `git log -n1` should show `HEAD` has this tag `0.0.1`
- Push to Github: `git push origin 0.0.10`
- This should trigger the `release` github workflow, which calls the
axiom webhook to update launchpad oss version
## How was it tested?
cicd?
## Is this change backwards-compatible?
Yes
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
-
2
1
# Launchpad
3
2
4
-
Launchpad provides the best developer experience for deploying any application to Kubernetes. Skip writing pages of Kubernetes YAML, and deploy in seconds with Launchpad's minimal deployment config.
3
+
Deploy any application to Kubernetes with Launchpad. Skip writing pages of Kubernetes YAML, and deploy in seconds with Launchpad's minimal deployment config.
5
4
6
5
### Build and deploy with a single command
7
6
8
7
Launchpad up can build any image, push to your Docker registry, and generate Helm charts in one step.
0 commit comments