Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerpogo committed Apr 26, 2021
1 parent 7d926b0 commit 67fae4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ jobs:
asset_path: ./build/backend
asset_name: server_linux_x64
asset_content_type: application/octet-stream

- name: Install repl.it CLI
run: npm i -g replit

- name: Set up repl.it CLI
run: replit auth -k "$TOKEN" && replit local 43df7835-2bf0-45ad-9ef9-6b6e1f58dffe
env:
TOKEN: ${{ secrets.REPLIT_TOKEN }}

- name: Deploy to Repl.it
run: replit bulk \
cp build/backend repl:murdermystery -- \
run --restart
cp build/backend repl:murdermystery -- \
run --restart
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Murdermystery is an online multiplayer game of deception.
## Run on repl.it

1. Create a [new bash repl](https://repl.it/l/bash)
2. Paste this into `main.sh`:
2. Paste this into `main.sh`:

```bash
wget -O murdermystery https://github.com/Scoder12/murdermystery/releases/latest/download/server_linux_x64

chmod +x murdermystery
./murdermystery -addr 0.0.0.0:8080
```
3. Visit your repl url + `/game?id=1` (I didn't implement game creation, so any id value is valid). You'll need 5 of your friends (or other tabs).

3. Visit your repl url + `/game?id=1` (I didn't implement game creation, so any id value is valid). You'll need 5 of your friends (or other tabs).

## Architecture

Expand Down

0 comments on commit 67fae4a

Please sign in to comment.