Skip to content

Commit

Permalink
Update demos and readme
Browse files Browse the repository at this point in the history
Update goreleaser
  • Loading branch information
bnema committed Sep 27, 2024
1 parent 045b500 commit 71a4995
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ release:

builds:
- id: "gordon"
main: ./cmd/cli/main.go
main: ./main.go
binary: gordon
goos:
- linux
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Gordon is a tool written in Go that aims to simplify the deployment of your cont

## **Key Features**

- **Ease of use**:
- **Ease of use**:
- Push your container images effortlessly using the **`gordon push`** command. A container creation URL is generated upon successful push.

![Demo Push](assets/vhs/demo_push.gif?raw=true)

- Deploy your web applications quickly with **`gordon deploy`**.

![Demo Deploy](assets/vhs/demo_deploy.gif?raw=true)

- **Self-Hosted**: Operates within your existing self-hosted environment without interfering with your setup.
Expand Down Expand Up @@ -50,9 +50,15 @@ I also want to emphasize that I am far from being a Go expert yet. Hence, if you

## **Roadmap beyond 0.1**

- [ ] Bug fixes
- [x] Improved error handling
- [x] Improved logging
- [x] Refined CLI to backend authentication process (utilizing GitHub OAuth Device flow)
- [x] `push` command
- [x] `push` command
- [x] `version` command
- [x] `update` command
- [x] `deploy` command
- [ ] Survey(s) on deploy command (delete if already exists, etc.)
- [ ] Improved web UI
- [ ] Templates for databases (mysql, postgresql, redis, etc.)

Have suggestions? Feel free to open an issue!
Expand Down
Binary file modified assets/vhs/demo_deploy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/vhs/demo_deploy.tape
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Set Shell "bash"
Set FontSize 17
Set FontFamily "FiraCode Nerd Font"
Set Width 1200
Set Height 300
Set Height 500

Type "gordon"
Sleep 1
Expand Down
Binary file modified assets/vhs/demo_push.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71a4995

Please sign in to comment.