Skip to content

Commit

Permalink
Update install-sh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raezil authored Mar 1, 2025
1 parent be94117 commit 266da00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install-sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ thunder generate --prisma
```

### Deploy Kubernetes Resources
Before deploying make sure You run this commands:
```
docker build -t app:latest .
docker login
docker push $docker_username/app:latest
```
> **Note** $docker_username is your username, change it in k8s/app-deployment as well
Congratulations!, Now You can use deploy!
```bash
thunder deploy
```
Expand All @@ -45,6 +54,7 @@ This command will:
4. Restart PgBouncer and your app deployment.
5. Forward port `8080` to access the application.


## Requirements
- **Go** (for building `thunder-generate`)
- **Minikube** (for Kubernetes)
Expand Down

0 comments on commit 266da00

Please sign in to comment.