Skip to content

Commit

Permalink
Merge pull request #242 from re-connect/release/2.6.1
Browse files Browse the repository at this point in the history
Release/2.6.1
  • Loading branch information
AntoineAresu authored Sep 17, 2024
2 parents 4709681 + 60e256b commit 73e397f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@

// Hosts

host('155.133.130.39')
host('prod')
->setHostname('155.133.130.39')
->setLabels(['stage' => 'prod'])
->set('branch', 'main')
->set('symfony_env', 'prod')
->set('deploy_path', '~/mpp')
->set('api_url', 'https://api.mpp.reconnect.fr');

host('155.133.130.39')
host('preprod')
->setHostname('155.133.130.39')
->setLabels(['stage' => 'preprod'])
->set('branch', 'dev')
->set('symfony_env', 'preprod')
Expand Down

0 comments on commit 73e397f

Please sign in to comment.