Skip to content

Commit

Permalink
Merge pull request #2 from ganeshdipdumbare/fix-gh-action
Browse files Browse the repository at this point in the history
fix gh space deploy action
  • Loading branch information
ganeshdipdumbare committed Aug 20, 2024
2 parents e17e91d + 2920a96 commit a96dc19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deta_space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ name: Space Deploy
on:
push:
branches: ["main"]

pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deta Space Deployment Github Action
uses: neobrains/space-pipe@v0.5
with:
access_token: ${{ secrets.DETA_ACCESS_TOKEN }}
project_id: ${{ secrets.DETA_PROJECT_ID }}
access_token: ${{ secrets.ACCESS_TOKEN }}
project_id: ${{ secrets.PROJECT_ID }}
project_directory: "./"
space_push: true
space_release: false
Expand Down

0 comments on commit a96dc19

Please sign in to comment.