Publishing the Content
If you have tested your web site and everything works as intended, you can use the publish command.
At this time, this command is not implemented. You can use a tool such as scp or rsync to make your content available to a web server:
rsync -a --del tgt-dir/ server:/path/to/wwwdir/
Be careful to pay attention to the trailing '/' characters!