Update CI #3

Merged
rgebee merged 16 commits from ci-test into master 2023-07-23 11:39:55 -04:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c261cd24f0 - Show all commits
.gitea/workflows

@ -28,4 +28,4 @@ jobs:
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
--upload-file build.tar.gz \
https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.bin
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz

@ -21,6 +21,9 @@ jobs:
run: npm run check
- name: 🔨 Build project
run: npm run build
- run: ls -la build
- run: ls -la /www/
- run: ls -la /www/svelte/
- name: 🧹 Clean Deploy Area
run: rm -rf /www/svelte/build
- name: 📦 Deploy