Skip to content

Commit

Permalink
Drop inapplicable deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent 47c89c3 commit 2059bc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
- run: find cron/*.php -print0 |xargs -0 -n1 -P8 php5.6 -l
- run: >-
./deploy/config_variables.sh
&& ./deploy/aws_credentials.sh
&& ./deploy/sftp_credentials.sh
&& zip -qr latest.zip rs-machine . --exclude *.git* *.scannerwork*
&& mkdir -p upload
&& mv latest.zip upload/latest.zip
Expand Down

0 comments on commit 2059bc6

Please sign in to comment.