π³π§¬ β [SGV2-22]: Cleaning out a lot of the layout to begin this ticket #275
Workflow file for this run
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: 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.ACCESS_TOKEN }} | |
project_id: ${{ secrets.PROJECT_ID }} | |
space_push: true | |
list_on_discovery: true |