You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
A lot has changed with Now's GitHub integration since we made this action, and it does all of the things we do. As we migrate our repos from Now v1 to v2, we need to also remove this action from our workflows and add them to the list in our installed app settings. Here's the playbook for migrating:
Add the repo in the Now app settings (private, behind sudo auth).
Delete any actions with uses = "primer/deploy@..." in .github/main.workflow, and remove that action's name from any needs = [...] prerequisites in other actions.
Commit those changes to a new branch and create a PR so that you can see what happens and fix any issues that come up.
That should be it! If all goes well, you'll get a comment from now[bot] with a link to the deployment. If the repo you're updating is on Now v2 (if it has version: 2 in now.json), you'll get an alias URL for the most recent deployment in the form {project}-git-{branch}.primer.now.sh. ✨
Note that migration URLs are still available in the status checks list for each push, but the integration uses our Deployments API and closes #7.
A lot has changed with Now's GitHub integration since we made this action, and it does all of the things we do. As we migrate our repos from Now v1 to v2, we need to also remove this action from our workflows and add them to the list in our installed app settings. Here's the playbook for migrating:
uses = "primer/deploy@..."
in.github/main.workflow
, and remove that action's name from anyneeds = [...]
prerequisites in other actions.That should be it! If all goes well, you'll get a comment from
now[bot]
with a link to the deployment. If the repo you're updating is on Now v2 (if it hasversion: 2
innow.json
), you'll get an alias URL for the most recent deployment in the form{project}-git-{branch}.primer.now.sh
. ✨Note that migration URLs are still available in the status checks list for each push, but the integration uses our Deployments API and closes #7.
Repos to migrate
Docs to update
The text was updated successfully, but these errors were encountered: