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

restructure and update Deploy command and change Setup Deploy command template [breaking] #1747

Merged
merged 9 commits into from
Feb 9, 2021

Conversation

thedavidprice
Copy link
Contributor

@thedavidprice thedavidprice commented Feb 6, 2021

This continues work related to Prisma v2.16 and the new Prisma Migrate commands.

  • re-structure rw deploy command to be rw deploy <target>
    • adds targets Netlify and Vercel with options
    • re-structures the previous AWS Lambda deploy using Serverless framework [Breaking]
  • updates rw setup deploy netlify template to use the new rw deploy netlify command

BREAKING: This is not backward compatible. The previous command set for deployment will fail.

@thedavidprice thedavidprice added this to the v0.25.0 milestone Feb 6, 2021
@thedavidprice thedavidprice added release:breaking This PR is a breaking change next release docs labels Feb 6, 2021
@github-actions
Copy link

github-actions bot commented Feb 6, 2021

@thedavidprice
Copy link
Contributor Author

@peterp discussed command name with Tom and Rob; they suggested rw deploy [target] naming+structure.

Please feel free to re-work and improve anything/everything as needed.

Copy link
Contributor

@peterp peterp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@thedavidprice thedavidprice merged commit 559d947 into main Feb 9, 2021
@thedavidprice thedavidprice deleted the dsp-update-deploy-command branch February 9, 2021 20:12
dac09 added a commit to dac09/redwood that referenced this pull request Feb 12, 2021
…ender-p1

* 'main' of github.com:redwoodjs/redwood:
  v0.25.0
  yarn rw prisma commands now show a little tip (redwoodjs#1772)
  FIx typo (redwoodjs#1779)
  Ensure all data is removed during the teardown step (redwoodjs#1714)
  [v0.25] revert to @prisma/cli; recreate yarn.lock (redwoodjs#1774)
  use prisma db push for test DB (redwoodjs#1768)
  Disable --version and -v for prisma alias. (redwoodjs#1767)
  Rebuild Prisma Client between upgrades (redwoodjs#1155)
  upgrade Prisma v2.16.1 (redwoodjs#1766)
  [v0.25] Remove warning if you scaffold a model with a relation (redwoodjs#1757)
  [v0.25] Scaffolded many-to-many relationship fixes (redwoodjs#1758)
  add forrest and kim-adeline; update all contribs (redwoodjs#1763)
  Run clean and then build the js.
  Fix: applying afterQuery in storybook mocks (redwoodjs#1740)
  restructure and update Deploy command and change Setup Deploy command template [breaking] (redwoodjs#1747)
  Fixes prisma command when path has spaces
  Make tutorial work with workspaces.
  Add "packages/*" to the template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:breaking This PR is a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants