Skip to content

feat: 기존 상태 복원 #1

feat: 기존 상태 복원

feat: 기존 상태 복원 #1

Workflow file for this run

name: Deploy Phaser Application
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Nodejs ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '16'
# cache: 'npm'
- name: Make .env
uses: SpicyPizza/[email protected]
with:
envkey_DEBUG: false
- run: npm ci
- run: npm run build
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist