Skip to content

Commit

Permalink
try and fix deployment?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling committed Nov 3, 2024
1 parent e2211bb commit 6cfe0c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deply
name: Deploy

on:
workflow_run:
workflows: [Build]
types: [completed]
types:
- completed

jobs:
deploy:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This Discord bot can pull stats from Halo Waypoint and post accordingly.
1. [Download and install node.js](https://nodejs.org/en/download/package-manager) if you haven't done already
2. Clone the repo (assuming you already know how)
3. Follow the instructions from [`discord/cloudflare-sample-app`](https://github.com/discord/cloudflare-sample-app)
a. [Configuring project](https://github.com/discord/cloudflare-sample-app?tab=readme-ov-file#configuring-project)
b. [Creating your Cloudflare worker](https://github.com/discord/cloudflare-sample-app?tab=readme-ov-file#creating-your-cloudflare-worker)
c. [Running locally](https://github.com/discord/cloudflare-sample-app?tab=readme-ov-file#running-locally)
1. [Configuring project](https://github.com/discord/cloudflare-sample-app?tab=readme-ov-file#configuring-project)
2. [Creating your Cloudflare worker](https://github.com/discord/cloudflare-sample-app?tab=readme-ov-file#creating-your-cloudflare-worker)
3. [Running locally](https://github.com/discord/cloudflare-sample-app?tab=readme-ov-file#running-locally)

Now in a channel you can use `/stats` command.

Expand Down

0 comments on commit 6cfe0c7

Please sign in to comment.