-
Notifications
You must be signed in to change notification settings - Fork 0
staging #17
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
Merged
Merged
staging #17
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d68d566
Bump @nuxt/eslint from 1.14.0 to 1.15.1 in the all-dependencies group
dependabot[bot] ea5341c
Merge pull request #12 from tecapps/dependabot/npm_and_yarn/all-depenβ¦
daveio 99c3126
π Implement multi-environment deployment and D1 configuration
daveio afed3d3
π (README.md): reformat text and update section headings
daveio 0c0a2a8
π Simplify database section header in README
daveio 35ca740
Fix deploy:staging
daveio 55ca11f
Use env vars for db:migrate:*
daveio 232f314
Remove typecast, it's only a warning
daveio 274d20e
Staging should build staging, duh
daveio 1b055f4
Remove commented out config
daveio 1668590
expand dev wrangler.jsonc
daveio 33a5add
Merge branch 'staging' into feature/aff-1-fix-up-staging-environment
daveio c5709cf
Merge pull request #15 from tecapps/feature/aff-1-fix-up-staging-enviβ¦
daveio 4fc1af3
ποΈ migrate deployment to Cloudflare Workers Builds
daveio 0996eba
ποΈ migrate deployment pipeline to Cloudflare Workers Builds
daveio bf482e7
π₯ Remove HUMAN_INTERVENTION_REQUIRED.md
daveio 9e04c4d
π¨ update and reorganize package scripts
daveio 3a45db9
π Update DaisyUI description in README
daveio 7d4db80
π§ add Node.js compatibility flags to wrangler configs
daveio 291d6c8
π·οΈ Update worker configuration types
daveio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This says
bun run deploy:staginguseswrangler versions upload, butpackage.jsoncurrently runswrangler deploy -c wrangler.staging.jsoncfor staging. Please update this line (or the script) so the agent guide matches the actual deployment command.