quartznet-info/.forgejo/workflows/deploy.yml
2026-02-02 07:58:35 +00:00

25 lines
837 B
YAML

name: Deploy
on:
workflow_dispatch:
jobs:
deploy:
runs-on: selfhost
steps:
- uses: actions/checkout@v2
- name: get artifact
run: |
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ forgejo.ref }}/build-${{ forgejo.ref }}.tar.gz > build.tar.gz
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ forgejo.ref }}/build-${{ forgejo.ref }}.tar.gz
- name: extract artifact
run: |
tar -xvzf build.tar.gz
- run: ls -la build
- run: ls -la /www/
- run: ls -la /www/quartznet-info/
- name: 🧹 Clean Deploy Area
run: rm -rf /www/quartznet-info/build
- name: 📦 Deploy
run: mv build /www/quartznet-info/