diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 399fcf0c..c6514414 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,4 +36,10 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build - cname: hsd-dev.org \ No newline at end of file + cname: hsd-dev.org + - name: Deploy to Skynet + uses: kwypchlo/deploy-to-skynet-action@main + with: + upload-dir: ./build + github-token: ${{ secrets.GITHUB_TOKEN }} + registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && secrets.REGISTRY_SEED || '' }} \ No newline at end of file