added content

This commit is contained in:
thePR0M3TH3AN
2022-04-18 20:52:06 -04:00
parent 1bfa06e22d
commit c5659c4c19
105 changed files with 1813 additions and 0 deletions

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

@@ -0,0 +1,21 @@
name: deploy-to-skynet
on:
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@main
with:
upload-dir: src
github-token: ${{ secrets.GITHUB_TOKEN }}
registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && secrets.REGISTRY_SEED || '' }}