Create php.yml

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

View File

@ -186,10 +186,16 @@ jobs:
- name: Setup deployer
run: |
ls
sudo wget -O deployment.phar https://github.com/dg/ftp-deployment/releases/download/v3.4.0/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
# php deployment.phar deployment.php --section staging
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.3
with:
name: Test deplyment file
path: deployment_remotes.php
- name: Deploy
run: echo I am deploying!