Skip to content

Replace Drone with GitHub Actions #1

Replace Drone with GitHub Actions

Replace Drone with GitHub Actions #1

Workflow file for this run

name: build
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
env:
PUBLIC_URL: https://trotttrotttrott.com/es9-mixer/build
GIT_COMMITTER_EMAIL: [email protected]
GIT_COMMITTER_NAME: bottbottbott
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 21
- run: yarn install
- run: yarn build
- run: git add -f build
- run: git commit -m '[GH] es9-mixer build'
- run: git push -f [email protected]:trotttrotttrott/es9-mixer HEAD:build