rework building templates

This commit is contained in:
Conduitry
2019-09-26 04:49:31 -04:00
parent 190168b8a1
commit 14cbe7caae
5 changed files with 40 additions and 57 deletions

18
.github/workflows/build-templates.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Create templates
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
-
env:
CI: true
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_KEY_ROLLUP: ${{ secrets.SSH_KEY_ROLLUP }}
SSH_KEY_WEBPACK: ${{ secrets.SSH_KEY_WEBPACK }}
run: _template/build.sh