8000 Add netlify deployment instructions by josewhitetower · Pull Request #162 · sveltejs/template · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Add netlify deployment instructions #162

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated netlify deploy instructions
  • Loading branch information
josewhitetower authored Aug 19, 2020
commit cd360a6bd27900e73e4a60151eff92b13f71ca10
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ surge public my-project.surge.sh

Now, we need to set our deploy settings.
1. You need to set the branch (master).
2. Set the build command in this case is: `npm run build` (this command is in the package.json file).
2. Set the build command, which in this case is: `npm run build` (this command is in the package.json file).
3. And the publish directory is: `public` (this is the default folder used by svelte for store the build files).

Finally click on ‘Deploy Site’.
0