Skip to content

Commit

Permalink
ZEIT is now Vercel 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Apr 22, 2020
1 parent c4d8bd7 commit 1513db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitesauce-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Sitesauce CLI.",
"license": "MIT",
"repository": "sitesauce/cli",
Expand Down
6 changes: 3 additions & 3 deletions src/commands/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ function waitForDeployment(deploymentId, spinner, tunnel) {
spinnerText: 'Initializing Deployment...',
},
{
stage: 'zeit_deploy',
spinnerText: 'Deploying to ZEIT',
stage: 'vercel_deploy',
spinnerText: 'Deploying to Vercel',
},
{
stage: 'zeit_build',
stage: 'vercel_build',
spinnerText: 'Building static site...',
},
{
Expand Down

0 comments on commit 1513db3

Please sign in to comment.