This commit is contained in:
thePR0M3TH3AN
2021-11-06 10:49:41 -04:00
parent e92a0cec1c
commit cd5f15eef4
26728 changed files with 5810097 additions and 0 deletions

23
.github/workflows/deploy-to-skynet.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: deploy-to-skynet
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to Skynet
uses: skynetlabs/deploy-to-skynet-action@v2
with:
upload-dir: src
github-token: ${{ secrets.GITHUB_TOKEN }}
registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/v2' && secrets.REGISTRY_SEED || '' }}