add a remote to the DreamCompute server and push the code: [localhost]$ git clone git://github.com/clee/p90xcalgen [localhost]$ git remote add dokku dokku@apps.example.com:workout # the same name used in the dokku command before [localhost]$ git push dokku ...
↧