Skip to content

fixed: boss speed, immunity time and start and ending screens #13

fixed: boss speed, immunity time and start and ending screens

fixed: boss speed, immunity time and start and ending screens #13

Workflow file for this run

name: 'Deploy Game'
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Repo Checkout
uses: actions/checkout@v6
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install Netlify CLI
run: npm install -g netlify-cli
- name: Netlify Deploy
run: netlify deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_TOKEN }} --prod