Files
now-deployment/.github/workflows/example-static.yml
Minsu Lee 7b7eb27a95 docs: example
angular
2019-12-03 01:15:54 +09:00

18 lines
381 B
YAML

name: example - static
on:
push:
# branches:
# - master
jobs:
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: amondnet/now-deployment@v1
id: now-deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
zeit-token: ${{ secrets.ZEIT_TOKEN }}
now-args: '--prod example/static'