Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if git server and web server on the same machine, is that ok? #47

Open
josephzhao opened this issue Feb 20, 2018 · 0 comments
Open

if git server and web server on the same machine, is that ok? #47

josephzhao opened this issue Feb 20, 2018 · 0 comments

Comments

@josephzhao
Copy link

The command "(export SYMFONY_ENV=prod; cd /NetBeansProjects/COBAS_react &&
git ls-remote ssh://git@github.com:map2u/cobas_react.git master)" failed.

Exit Code: 128(Invalid exit argument)

Working directory: /NetBeansProjects/COBAS_react

Output:

Error Output:

ssh: Could not resolve hostname github.com:map2u: nodename nor servname pro
vided, or not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

getConfigBuilder() ->server('jzhao@*****.***.ca:8822') // ->useSshAgentForwarding(false) ->deployDir('/opt/cobas.juturna.ca/cobas_react') ->repositoryUrl('ssh://git@github.com:map2u/cobas_react.git') ->repositoryBranch('master') ; } public function beforeStartingDeploy() { // Deployment hasn't started yet, so here you can execute commands // to prepare the application or the remote servers } public function beforeFinishingDeploy() { // Deployment has finished but the deployer hasn't finished its // execution yet. Here you can run some checks in the deployed app // or send notifications. } public function beforeCancelingDeploy() { // An error happened during the deployment and remote servers are // going to be reverted to their original state. Here you can perform // clean ups or send notifications about the error. } public function beforeStartingRollback() { // Rollback hasn't started yet, so here you can execute commands // to prepare the application or the remote servers. } public function beforeCancelingRollback() { // An error happened during the rollback and remote servers are // going to be reverted to their original state. Here you can perform // clean ups or send notifications about the error. } public function beforeFinishingRollback() { // Rollback has finished but the deployer hasn't finished its // execution yet. Here you can run some checks in the reverted app // or send notifications. } };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant