0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-14 04:08:36 +09:00

Cleanup, Setup for yude.jp

This commit is contained in:
2021-02-05 16:36:14 +09:00
parent 6ceed7450b
commit 8c84f07c3a
16 changed files with 1 additions and 2387 deletions

View File

@@ -1,23 +0,0 @@
name: Aerobatic
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- name: Install dependencies
run: npm install
- name: Deploy to Aerobatic
run: npm run deploy
env:
AEROBATIC_API_KEY: ${{ secrets.AEROBATIC_API_KEY }}