Skip to content

Commit

Permalink
add sharp for optimizing prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 13, 2023
1 parent dd3a7e1 commit cf38b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
cp -r translations ./install/georiviere-public
cp -r src/customization ./install/georiviere-public
cp -r public/medias ./install/georiviere-public
cp docker-compose.yml ./install/georiviere-public
cp Dockerfile ./install/georiviere-public
cp ./install/docker-compose.yml ./install/georiviere-public
cp ./install/Dockerfile ./install/georiviere-public
cd install
zip -r ../install.zip ./georiviere-public
Expand Down

0 comments on commit cf38b9d

Please sign in to comment.