diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 33504fb..cd39fa0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -189,6 +189,7 @@ jobs: echo " [ 'remote' => '${{ secrets.DEPLOY_URL }}', 'sentry_env' => 'staging' ] ]; ?>" > deployment_remotes.php cat deployment_remotes.php php deployment.phar deployment.php --section staging + php -r 'require("deployment_remotes.php");' production_deployment: if: github.event.ref == 'refs/heads/production'