Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SST ION #2

Merged
merged 5 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-prod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ on:
push:
branches:
- main
- sst

jobs:
DeployToProd:
runs-on: ubuntu-latest
env: # Defined in the repository settings on github.com
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
CLOUDFLARE_DEFAULT_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_DEFAULT_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github-actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
node-version: 20
- run: corepack enable
- run: pnpm i
- run: pnpm sst install
- run: pnpm test
- run: pnpm build
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"update:latest": "ncu --deep --upgrade --interactive",
"update:minor": "ncu --deep --upgrade --interactive --target minor",
"update:pnpm": "corepack up",
"deploy:prod": "sst deploy --stage prod"
"deploy:prod": "sst deploy --stage production"
},
"dependencies": {
"@effective/shadow": "^1.0.1",
Expand All @@ -40,11 +40,10 @@
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/vite-plugin": "^4.0.13",
"@vercel/remix": "^2.10.2",
"aws-cdk-lib": "2.142.1",
"eslint": "^8.57.0",
"npm-check-updates": "^16.14.20",
"prettier": "^3.3.3",
"sst": "^2.43.4",
"sst": "ion",
"svgo": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.4",
Expand Down
Loading