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:
23
.github/workflows-disabled/aerobatic.yml
vendored
23
.github/workflows-disabled/aerobatic.yml
vendored
@@ -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 }}
|
Reference in New Issue
Block a user