Skip to content

Commit

Permalink
Fix Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nizar-masmoudi committed Apr 24, 2023
1 parent e5adbce commit 993d540
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deta-space-deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Push to Space

on:
push:
branches:
- master

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

0 comments on commit 993d540

Please sign in to comment.