Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 19, 2024
2 parents a0aa952 + af5c20e commit 01515c7
Show file tree
Hide file tree
Showing 25 changed files with 2,899 additions and 5,675 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ jobs:

- name: "🚀 SST Deploy"
run: |
echo "Deploying with stage: prod"
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
pnpm run deploy:prod
else
pnpm run deploy:dev
fi
pnpm sst deploy --stage prod
env:
ERPC_IMAGE_TAG: ${{ steps.changes.outputs.erpc == 'true' && github.sha || 'latest' }}
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"useHookAtTopLevel": "error",
"noUnusedVariables": "error",
"noUnusedImports": "error",
"noUndeclaredVariables": "error",
"noUndeclaredVariables": "off",
"noUnusedPrivateClassMembers": "error"
},
"style": {
Expand Down
27 changes: 0 additions & 27 deletions iac/Cluster.ts

This file was deleted.

38 changes: 0 additions & 38 deletions iac/Config.ts

This file was deleted.

120 changes: 0 additions & 120 deletions iac/Erpc.ts

This file was deleted.

Loading

0 comments on commit 01515c7

Please sign in to comment.