diff --git a/.github/workflows/space.yml b/.github/workflows/space.yml new file mode 100644 index 0000000..75e500f --- /dev/null +++ b/.github/workflows/space.yml @@ -0,0 +1,15 @@ +name: Push to Space +on: push + +jobs: + push-to-space: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Deta Space Deployment Github Action + uses: neobrains/space-deployment-github-action@v0.5 + with: + access_token: ${{ secrets.DETA_ACCESS_TOKEN }} + project_id: ${{ secrets.DETA_PROJECT_ID }} + space_push: true + space_release: false