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

Integrate with now #36

Open
ebidel opened this issue Jun 27, 2018 · 2 comments
Open

Integrate with now #36

ebidel opened this issue Jun 27, 2018 · 2 comments

Comments

@ebidel
Copy link
Contributor

ebidel commented Jun 27, 2018

Zeit now (lolz) supports auto-deploying PRs and commits: https://zeit.co/blog/now-for-github

We should have an easy path for users that want to use this as their deployment vehicle.

@soleo
Copy link

soleo commented Oct 10, 2018

@ebidel I'd love to look into this issue

@wyze
Copy link

wyze commented Oct 21, 2018

I built a small little package to help with this: wait-for-now

I got it to work with the jobs syntax like so:

    - stage: lighthouse
      if: type = pull_request
      install: yarn add --dev ebidel/lighthouse-ci wait-for-now
      script: lighthouse-ci "$(wait-for-now)"

See: https://github.com/wyze/wyze.github.io/blob/bd71f4ac9e843886f4f6c530415aab3280d558dc/.travis.yml#L28-L31

And here is the PR where I added the functionality to my repo: wyze/wyze.github.io#6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants