20 lines
329 B
Markdown
20 lines
329 B
Markdown
# Deploy Gitea server with db - Hetzner Cloud
|
|
|
|
## To run the scrip make it executable
|
|
```
|
|
chmod +x deploy.sh
|
|
```
|
|
|
|
## Then execute it
|
|
```
|
|
./deploy.sh
|
|
```
|
|
|
|
The script will install all the neccesary packages and create server enviroment
|
|
|
|
---
|
|
## When u want to delete server use cleaning script
|
|
```
|
|
chmod +x clean.sh
|
|
./clean.sh
|
|
``` |