From bb5034fa112ce66937908758188f0685e4838665 Mon Sep 17 00:00:00 2001 From: Matteo Gheza Date: Tue, 20 Apr 2021 14:56:01 +0200 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 35c23eb..ae4164c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -186,7 +186,7 @@ jobs: run: | ls sudo wget -O deployment.phar https://github.com/dg/ftp-deployment/releases/download/v3.4.0/deployment.phar - echo " [ 'remote' => '${{ secrets.DEPLOY_URL }}', 'sentry_env' => 'staging' ] ]; ?>" > deployment_remotes.php + echo ' [ 'remote' => '${{ secrets.DEPLOY_URL }}', 'sentry_env' => 'staging' ] ]; ?>' > deployment_remotes.php cat deployment_remotes.php ls php deployment.phar deployment.php --section staging