Files
now-deployment/.github/workflows/prod.yml
2019-12-03 00:55:57 +09:00

18 lines
332 B
YAML

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