Skip to content

Commit

Permalink
ci: add staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Apr 11, 2024
1 parent 92ef633 commit 1de7e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
script: |
cd app
git fetch
git reset --hard $GITHUB_SHA
git reset --hard $SHA
devbox install
devbox run build
devbox services down
Expand Down

0 comments on commit 1de7e92

Please sign in to comment.