fix deploy.yml & fix readme

This commit is contained in:
Reid 2023-07-28 00:02:39 -07:00
parent b1c03da589
commit 4033b3623d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
jobs:
build:
name: Build
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View file

@ -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)