Merge branch 'master' into simplify-portal-landing-page
This commit is contained in:
commit
10ad9aafb0
|
@ -43,5 +43,7 @@ jobs:
|
||||||
uses: skynetlabs/deploy-to-skynet-action@v2
|
uses: skynetlabs/deploy-to-skynet-action@v2
|
||||||
with:
|
with:
|
||||||
upload-dir: packages/website/public
|
upload-dir: packages/website/public
|
||||||
|
portal-url: https://skynetpro.net
|
||||||
|
skynet-jwt: ${{ secrets.SKYNET_JWT }}
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && secrets.WEBSITE_REGISTRY_SEED || '' }}
|
registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && secrets.WEBSITE_REGISTRY_SEED || '' }}
|
||||||
|
|
Reference in New Issue