...
Code Block | ||
---|---|---|
| ||
bm client deploy <path to local project> |
- To deploy the contents of the current folder use: ` . `
- To deploy contents of a particular folder <path to local project folder>
- Note: you must specify a folder, you can not specify an individual file to be deployed.
Once deployed, your changes will be instantly available at your project URL.
...