Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Is there a way to deploy to localhost without ssh? #748

Open
ecdown opened this issue Jun 9, 2017 · 1 comment
Open

Is there a way to deploy to localhost without ssh? #748

ecdown opened this issue Jun 9, 2017 · 1 comment

Comments

@ecdown
Copy link

ecdown commented Jun 9, 2017

We are deploying a set of apps from a single rocketeer instance to a production location without the ability to ssh to the server. Is there a configuration setting that will allow deployments to localhost without ssh?

@allanfreitas
Copy link

@ecdown ,

If your deployment OS is Linux or Mac you can Use Envoy from Laravel.

With Envoy You can use:

@servers(['local' => ['127.0.0.1']])

@task('foo', ['on' => local])
    ls -la
@endtask

The script above will not use SSH :)

You can get deployment scripts with Envoy on ServerForHackers on this link Enhancing Envoy Deployment

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants