Compare commits

..

No commits in common. "72519962fb5e963ac8efcf0952b94c4bd87d35ec" and "ae65210c9b8e08ed76af10fc47a235c8e8b27b2d" have entirely different histories.

9 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,8 @@ jobs:
image: fung.uy/mycosystems/web-ci:latest image: fung.uy/mycosystems/web-ci:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
submodules: 'true'
- name: pre-compress - name: pre-compress
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \; run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
- name: Deploy to Server - name: Deploy to Server

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "public/icons"]
path = public/icons
url = https://fung.uy/mycosystems/styles.git

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

1
public/icons Submodule

@ -0,0 +1 @@
Subproject commit 281b2e19f4fc287fe7d0c704bc4e1fb9b0ec7d3d