deployphp / action

GitHub Action for Deployer
MIT License
227 stars 46 forks source link

Config option "host" does not exist #15

Closed oliverbeck-dev closed 3 years ago

oliverbeck-dev commented 3 years ago

Hi

I'm just trying out deployer v7 with github actions and I get always this error:

image

I couldn't find anything about this error, does anybody have a hint?

the host section of my deploy.php looks like this: `<?php

namespace Deployer;

require_once DIR . '/vendor/deployer/deployer/recipe/common.php'; require_once DIR . '/vendor/deployer/deployer/contrib/rsync.php';

host('**') ->set('stage', 'live') ->set('remote_user', '') ->set('port', ) ->set('deploy_path', '/***/');`

oliverbeck-dev commented 3 years ago

had an old method call in my deploy.php (get() )