Skip to content

Commit

Permalink
rename cyclic.sh to cyclic
Browse files Browse the repository at this point in the history
  • Loading branch information
nikanzeyaei committed Aug 9, 2023
1 parent e0e9743 commit 8051ed8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/docs/.vitepress/configs/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const hostingTutorials = {
link: "/hosting/vercel",
},
{
text: "Cyclic.sh",
text: "Cyclic",
link: "/hosting/cyclic",
},
{
Expand Down
8 changes: 4 additions & 4 deletions site/docs/hosting/cyclic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ prev: false
next: false
---

# Hosting: Cyclic.sh
# Hosting: Cyclic

This guide tells you about the ways you can host your grammY bots on [Cyclic.sh](https://cyclic.sh/), using Node.js.
This guide tells you about the ways you can host your grammY bots on [Cyclic](https://cyclic.sh/), using Node.js.

## Prerequisites

To follow along, you need to have a [Github](https://github.com/) and [Cyclic.sh](https://cyclic.sh/) account.
To follow along, you need to have a [Github](https://github.com/) and [Cyclic](https://cyclic.sh/) account.
First, install some dependencies:

```sh
Expand Down Expand Up @@ -137,7 +137,7 @@ Nodemon will watch your `index.ts` file and restart your bot on every code chang

> It is recommended that you have a single stable branch and you do your testing stuff in other branches, so that you won't get some unexpected things happen.
1. Visit your [Cyclic.sh dashboard](https://app.cyclic.sh).
1. Visit your [Cyclic dashboard](https://app.cyclic.sh).
2. Click on "Link Your Own" and choose your repository.
3. Click on "Advanced", then "Variables" and add your `BOT_TOKEN`.
4. Click on "Connect Cyclic" to deploy your bot.
Expand Down

0 comments on commit 8051ed8

Please sign in to comment.