.env
file in your project root and add your QStash token. This token is used to authenticate your application with the QStash service.
QSTASH_URL
and QSTASH_TOKEN
values in the console. Add these values to your .env
file:
QSTASH_TOKEN
from the Upstash Console..env
file with the following:***
with your actual QStash token.UPSTASH_WORKFLOW_URL
to the public URL provided by your local tunnel.QSTASH_TOKEN
, to the project as environment variables. You can find this env variables from the Upstash Console. To learn more about other env variables and their use in the context of Upstash Workflow, you can read the Secure your Endpoint in our documentation.
Once you add the env variables, you can deploy the project with: