Skip to content

Commit

Permalink
feat: check github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Branje <[email protected]>
  • Loading branch information
jeroenbranje committed Dec 21, 2023
1 parent 33e0925 commit 32c5bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SST staging deployment workflow
on:
push:
branches:
- develop
- feat/github_actions

# Concurrency group name ensures concurrent workflow runs wait for any in-progress job to finish
concurrency:
Expand All @@ -29,4 +29,4 @@ jobs:
aws-region: eu-central-1
- name: Deploy app
run: |
npm i && npx nx deploy:staging envited.ascs.digital
npm i && npx nx deploy:staging envited.ascs.digital

0 comments on commit 32c5bf9

Please sign in to comment.