mirror of
https://github.com/PR0M3TH3AN/Survival-Data.git
synced 2025-09-08 07:19:01 +00:00
update
This commit is contained in:
21
.github/workflows/deploy-to-skynet.yml
vendored
21
.github/workflows/deploy-to-skynet.yml
vendored
@@ -1,21 +0,0 @@
|
||||
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 || '' }}
|
Reference in New Issue
Block a user