Skip to content

Instantly share code, notes, and snippets.

@sintaxi
Last active May 1, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sintaxi/00c734940703a5f5120699077a1d7786 to your computer and use it in GitHub Desktop.
Save sintaxi/00c734940703a5f5120699077a1d7786 to your computer and use it in GitHub Desktop.
Transfering a paid project on surge.

Begin by making sure both parties are on latest version of surge

npm install -g surge

Current Owner does this...

  1. Add user as collaborator by inviting them on your next deployment.
surge --project path/to/www --domain example.com --add friend@example.com
  1. Downgrade project (the project will continue to run)
surge plan example.com

(select Standard when prompted)

Future owner does this...

  1. Accept invite they have recieved in their friend@example.com email inbox.

  2. They upgrade project

surge plan example.com

(select Plus and follow prompts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment