Deploy specifies the manner that Gophersauce should build your application. You will find this tag within your project’s GXML file. Use webapp
to have GoS generate a webserver for you. To export this package to an app use package
instead of webapp.
*This tag is required
<gos>
...
<deploy>webapp</deploy>
...
</gos>