Skip to content

Commit

Permalink
Specify no development packages
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 17, 2024
1 parent 38eeaef commit 549afb7
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 @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt-get update -qq
- run: git clone -b deploy https://github.com/openva/richmondsunlight.com.git
- run: cd richmondsunlight.com && composer install --no-cache && cd ..
- run: cd richmondsunlight.com && composer --no-dev install && cd ..
- run: cp richmondsunlight.com/htdocs/includes/*.php includes/
- run: rm -Rf richmondsunlight.com
- run: find cron/*.php -print0 |xargs -0 -n1 -P8 php5.6 -l
Expand Down

0 comments on commit 549afb7

Please sign in to comment.