Skip to content

Commit

Permalink
add deta push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 30, 2023
1 parent b0e8a6c commit aabb40f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/space.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aabb40f

Please sign in to comment.