Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

shareup/now-action

Repository files navigation

GitHub action which runs zeit's now

Usage

name: deploy
on:
  push:

jobs:
  now:
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v2
      - name: now
        id: now
        uses: shareup/now-action@master
        with:
          token: ${{ secrets.zeit_token }}
          prod: ${{ github.ref == 'refs/heads/master' }}

Outputs

  • deployment_url
  • deployment_id

Development

You'll need:

  • node
  • yarn
  • hadolint

On the mac:

$ brew install node yarn hadolint

About

GitHub action which runs zeit's now

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published