cleanup readme
This commit is contained in:
@@ -27,11 +27,11 @@ Enter your Hetzner S3 access key and secret key when prompted.
|
||||
### 3. Push this repo to Gitea
|
||||
|
||||
```bash
|
||||
cd game-builds
|
||||
cd ksys-builds
|
||||
git init
|
||||
git add .
|
||||
git commit -m "game builds proxy"
|
||||
git remote add origin https://src.kill.systems/<user>/game-builds.git
|
||||
git remote add origin https://src.kill.systems/<user>/builds.git
|
||||
git push -u origin main
|
||||
```
|
||||
|
||||
@@ -42,10 +42,9 @@ git push -u origin main
|
||||
3. Set source to your Gitea repo
|
||||
4. In **Environment Variables**, add:
|
||||
```
|
||||
BUCKET_ORIGIN=https://kill-builds.fsn1.your-objectstorage.com/builds/
|
||||
BUCKET_HOST=kill-builds.fsn1.your-objectstorage.com
|
||||
BUCKET_ORIGIN=https://ksys-builds.fsn1.your-objectstorage.com/builds/
|
||||
BUCKET_HOST=ksys-builds.fsn1.your-objectstorage.com
|
||||
```
|
||||
Replace `kill-builds` with your actual bucket name.
|
||||
5. Set the port to `3000`
|
||||
6. Deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user