Skip to content

Instantly share code, notes, and snippets.

@ANDREHORMAN1994
Last active March 25, 2023 20:20
Show Gist options
  • Save ANDREHORMAN1994/84b990eaf78dcb8e98720116dc1514ae to your computer and use it in GitHub Desktop.
Save ANDREHORMAN1994/84b990eaf78dcb8e98720116dc1514ae to your computer and use it in GitHub Desktop.
DEPLOY COMMANDS

SURGE

DOC

Commands

// INSTALAÇÃO GLOBAL:
npm install --global surge

// DEPLOY
surge [caminho-projeto]

// DEPLOY CUSTOMIZADO
surge [caminho-projeto] [nome-dominio.surge.sh]

// ATUALIZANDO DOMINIO
surge --domain [nome-dominio.surge.sh]

// LISTANDO DOMINIOS
surge list

// DERRUBANDO DOMINIOS
surge teardown [nome-dominio.surge.sh]

// ADICIONANDO COLABORADORES
surge --add [your.friend@gmail.com]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment