From 1adabce7c0ae083122a0f7abfb7d535c99fba5f5 Mon Sep 17 00:00:00 2001 From: Matteo Gheza Date: Sun, 18 Apr 2021 00:35:12 +0200 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) 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'