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 dee785d commit b5e3109
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 @@ -17,7 +17,7 @@ jobs:
script: |
cd app
git fetch
git reset --hard ${{ GITHUB_SHA }}
git reset --hard $GITHUB_SHA
devbox install
devbox run build
devbox services down
Expand Down

0 comments on commit b5e3109

Please sign in to comment.