Hey arcists, I'm gearing up to make a small web app using arc and I was wondering: what's the best way to deploy changes from my dev computer to the production server? Right now I gzip the files, scp them to the proper spot, and then unzip them, and then load the files via the repl. It works but seems a little clunky. Is there a better way? Ideally I'd want to be able to just push it with git and then the prod app automagically downloads the code and updates, but I'm curious to know if I'm missing something obvious. |