Update php.yml

This commit is contained in:
Matteo Gheza 2021-04-18 00:19:17 +02:00 committed by GitHub
parent 35ce93312b
commit df0ed808e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,9 +187,9 @@ jobs:
- name: Setup deployer
run: |
sudo wget -O deployment.phar https://github.com/dg/ftp-deployment/releases/download/v3.4.0/deployment.phar
php deployment.phar
echo "<?php $remotes = [ 'staging' => [ 'remote' => $DEPLOY_URL, 'sentry_env' => 'staging' ] ]; ?>" > deployment_remotes.php
cat deployment_remotes.php
php deployment.phar deployment.php --section staging
- name: Deploy
run: echo I am deploying!