Skip to content

Commit

Permalink
Config variables before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent 2fbadc7 commit 167c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- run: rm -Rf richmondsunlight.com
- run: composer install
- run: find cron/*.php -print0 |xargs -0 -n1 -P8 php5.6 -l
- run: cd deploy/tests/ && php bills.php && php committee_members.php && php legislators.php && cd ../..
- run: >-
./deploy/config_variables.sh && ./deploy/aws_credentials.sh
&& ./deploy/sftp_credentials.sh && zip -qr rs-machine . --exclude
*.git* *.scannerwork* && mkdir -p upload && mv latest.zip
upload/latest.zip
- run: cd deploy/tests/ && php bills.php && php committee_members.php && php legislators.php && cd ../..
- name: Save secret-populated code for a subsequent deploy step
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 167c81f

Please sign in to comment.