- Create a Vercel account with your aceable account
user@aceable.com
- Ask management to invite you to the Aceable team when you you already have your account.
- When you accept the invite, go to https://vercel.com/account/tokens and create your token, copy your token
- In Pyramid project, look for
providence/.env.local.example
and duplicate to create a copy of that file that will beprovidence/.env.local
- In the file paste your Vercel token in variable, i.e
ZIET_NOW_TOKEN=XXxxxXXXxxxxXX
- You should be ready to create feature deployments, try to run
yarn deploy && yarn feature-local && cd tmp/src/dist && vercel
- Select the project you want to deploy
driving
orreal-estate
- Select
local
in the next step, next you project will be created ontmp/src
- In case you just run
yarn deploy
, runyarn feature-local
when deploy finishes to generate the static, if you combine the commands it will be automated. - When static generation is finished use
cd tmp/src/dist && vercel
to start the deployment (in case you don't combine the command), you will have the following questions:Set up and deploy
type [Y]Which scope do you want to deploy to
Select AceableFound project “aceable/dist”. Link to it?
type [Y] When deploy finishes you will have a URL like:https://vercel.com/aceable/dist/Gi3ZRS12AqS9bc96PAJULmW4oJWX
which will be the URL for your feature deployment.
- Select the project you want to deploy