better prod

This commit is contained in:
Matteo Gheza 2020-05-20 21:26:52 +02:00
parent 9fc98761ba
commit 3326430cfc
1 changed files with 4 additions and 2 deletions

View File

@ -59,9 +59,11 @@ jobs:
path: ./server/tests/_output
- name: Remove devs files and dirs
run: !
run: |
rm server/codeception.yml
sudo rm server/tests/* -r
sudo rm server/tests -r
sudo rm server/vendor -r
composer install --no-dev --no-progress --no-suggest -o -n -d=server
- name: Upload prod build
if: ${{ always() }}