Update aerobatic.yml

This commit is contained in:
yude 2020-09-05 20:14:16 +09:00
parent c72a8ddbb1
commit d3a62affbf
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 6 additions and 2 deletions

View File

@ -9,8 +9,12 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: npm install
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- name: Install aerobatic-cli
run: npm install aerobatic-cli
- name: Checkout Repo
uses: actions/checkout@master
- name: Deploy to Aerobatic