Skip to content

Commit

Permalink
Update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Aug 26, 2020
1 parent 5672cff commit eda33ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.builder = yargs => {

exports.handler = async args => {
const rawConfig = args.config || deploy.getRawConfig(args);
const endpoint = args.endpoint || 'https://formspree-cli.herokuapp.com';
const endpoint = args.endpoint || 'https://formspree-react.herokuapp.com';
const userAgent = `@formspree/cli@${version}`;
const spinner = ora(chalk.gray('Deploying...'));

Expand Down

0 comments on commit eda33ea

Please sign in to comment.