prod build ci/cd

This commit is contained in:
Matteo Gheza 2020-05-20 21:21:10 +02:00
parent 18d02173b5
commit 9fc98761ba
1 changed files with 13 additions and 0 deletions

View File

@ -57,3 +57,16 @@ jobs:
with:
name: tests output
path: ./server/tests/_output
- name: Remove devs files and dirs
run: !
rm server/codeception.yml
sudo rm server/tests/* -r
- name: Upload prod build
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: prod build
path: ./server/