Skip to content

Commit

Permalink
💚 Test stage with fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Sep 16, 2024
1 parent 42f4366 commit 5a7a34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
run: |
if [[ "${{ inputs.ref }}" == "refs/heads/main" ]]; then
echo "STAGE=prod" >> $GITHUB_ENV
elif [[ "${{ inputs.ref }}" == "refs/heads/dev" ]]; then
else
echo "STAGE=dev" >> $GITHUB_ENV
fi
echo "Deployment stage : $STAGE"
- name: "🚀 SST Deploy"
if: steps.changes.outputs.deployRequired == 'true'
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-elysia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs/backend-elysia",
"description": "Elysia Backend",
"description": "Elysia Backend for the nexus api",
"version": "0.0.1",
"scripts": {
"lint": "biome lint .",
Expand Down

0 comments on commit 5a7a34b

Please sign in to comment.