Skip to content

add deploy tasks for rumvision and tideways - #65

Open
poespas wants to merge 1 commit into
masterfrom
add-deploy-tasks-for-rumvision-and-tideways
Open

add deploy tasks for rumvision and tideways#65
poespas wants to merge 1 commit into
masterfrom
add-deploy-tasks-for-rumvision-and-tideways

Conversation

@poespas

Copy link
Copy Markdown
Collaborator
$configuration->addAfterDeployTask(
new \Hypernode\DeployConfiguration\AfterDeployTask\Tideways(
apiKey: 'tw_A0...', // or through an env variable with env(...)
description: 'test'
)
);
$configuration->addAfterDeployTask(
new \Hypernode\DeployConfiguration\AfterDeployTask\Rumvision(
apiKey: 'xomyahbs.vA...', // or through an env variable with env(...)
domains: ['example.com']
)
);

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@poespas