You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To update the deployment dependencies, update `reuirements.txt`. To use the deps from your local env, you can run the freeze script in the root directory:
161
+
162
+
./freeze.sh
163
+
164
+
This will include any installed deps, and the deps defined in `deploy` in `extras_require`.
165
+
158
166
## Connect to Heroku instance
159
167
160
168
In order to run Celery jobs manually you can ssh into Heroku staging with:
0 commit comments