Skip to content

Instantly share code, notes, and snippets.

@MaraAlexa
Last active November 7, 2017 09:50
Show Gist options
  • Save MaraAlexa/33d1063b46093af85c0487c2a446d71a to your computer and use it in GitHub Desktop.
Save MaraAlexa/33d1063b46093af85c0487c2a446d71a to your computer and use it in GitHub Desktop.
Deploy with Now
// UPDATING NEW VERSION (from github)
// Clone the version from github
git clone (paste copied url)
// Add dependencies
cd (your_project)
yarn
// deploying a new version
yarn build
cd (in build folder)
now
// when Now finished deploying you get a new url in the clipboard
now alias (paste url from clipboad) (yourdomain url)
You Have a new version Online!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment