Hi all, so far I’ve done the following:
-
Installed Ghost from source
-
Installed the CLI of Grunt.js
-
Runned
grunt prod
and thengrunt release
(both successful)
Where is the zip file that grun release creates located? I can’t seem to find it. I have an instance running with the default ‘ghost install’ in AWS and I would like to replace it with the one from source that I have on a private repository on GitHub following the documentation steps in step 1 which has some custom changes. Any ideas on how to do that?
Thanks!