This commit is contained in:
zxce3 2021-09-14 02:03:11 +07:00
parent 02c9e1940e
commit 02e2b2b03d

View File

@ -57,6 +57,12 @@ The easy way to host this bot, deploy to Heroku
- Then create new file with structure `.github/workflows/run.yml`
- Now in `run.yml` file, fill with this code below, just copy it and paste in `run.yml` file
<details>
<summary>
<b>View code</b>
</summary>
```sh
name: Run on workflows
on:
@ -118,6 +124,9 @@ jobs:
python3 -m bot
echo "Bot Died"
```
</details>
- After adding all, Go to the Actions tab and start/run the workflows
## VPS Deployment