Merge pull request #1 from ganeshdipdumbare/fix-gh-action #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Space Deploy | |
on: | |
push: | |
branches: ["main"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Deta Space Deployment Github Action | |
uses: neobrains/[email protected] | |
with: | |
access_token: ${{ secrets.DETA_ACCESS_TOKEN }} | |
project_id: ${{ secrets.DETA_PROJECT_ID }} | |
project_directory: "./" | |
space_push: true | |
space_release: false | |
list_on_discovery: false |