diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4215f99..f1232c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: jobs: build: - name: Build + name: Deploy runs-on: ubuntu-latest steps: - name: Checkout repo diff --git a/readme.md b/readme.md index 9122218..20d52fc 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ An in-dev game that I plan to make a shooter game out of. — reidlab # Setup -When you first setup this repository, you probably want to add your `.ROBLOSECURITY` cookie into the `.env` file for automatic deployment with [Mantle](https://mantledeploy.vercel.app/). You also should change the ID of the game. +When you first setup this repository, you probably want to add your `.ROBLOSECURITY` cookie along with `MANTLE_AWS_ACCESS_KEY_ID` and `MANTLE_AWS_SECRET_ACCESS_KEY` into the `.env` file for automatic deployment with [Mantle](https://mantledeploy.vercel.app/). You also should change the ID of the game. # Hacks * I get a strange error about private identifiers in [`./src/ReplicatedStorage/ecs/state.ts`](./src/ReplicatedStorage/ecs/state.ts)