Skip to content

add deploy tasks for rumvision and tideways - #65

Merged
poespas merged 1 commit into
masterfrom
add-deploy-tasks-for-rumvision-and-tideways
Aug 20, 2026
Merged

add deploy tasks for rumvision and tideways#65
poespas merged 1 commit into
masterfrom
add-deploy-tasks-for-rumvision-and-tideways

Conversation

@poespas

@poespas poespas commented Jul 30, 2026

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']
    )
);

@poespas
poespas merged commit c0dee40 into master Aug 20, 2026
Sign up for free to 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.

3 participants