Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
- rename to deploy.yaml
- add concurrency group
- update checkout to v4
  • Loading branch information
lemonyte committed Nov 10, 2023
1 parent 071a413 commit 5ddc656
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Push to Space
name: Deploy
on:
push:
branches:
- main

concurrency: deploy

jobs:
push:
runs-on: ubuntu-latest
environment: Testing
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Push to Space
uses: neobrains/space-deployment-github-action@v0.5
Expand Down

0 comments on commit 5ddc656

Please sign in to comment.