update workflows
This commit is contained in:
parent
34a3590807
commit
c261cd24f0
@ -28,4 +28,4 @@ jobs:
|
|||||||
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
|
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
|
||||||
--upload-file build.tar.gz \
|
--upload-file build.tar.gz \
|
||||||
https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.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
|
run: npm run check
|
||||||
- name: 🔨 Build project
|
- name: 🔨 Build project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
- run: ls -la build
|
||||||
|
- run: ls -la /www/
|
||||||
|
- run: ls -la /www/svelte/
|
||||||
- name: 🧹 Clean Deploy Area
|
- name: 🧹 Clean Deploy Area
|
||||||
run: rm -rf /www/svelte/build
|
run: rm -rf /www/svelte/build
|
||||||
- name: 📦 Deploy
|
- name: 📦 Deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user