File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ git checkout v3
78
78
79
79
2 . Run the start script and follow the prompts
80
80
``` bash
81
- ./start.sh full # hint: you can append -d to run in detached mode
81
+ ./start.sh # hint: you can append -d to run in detached mode
82
82
```
83
83
84
84
### Manual setup
@@ -132,7 +132,7 @@ TRIGGER_DOMAIN=1234-42-42-42-42.ngrok-free.app
132
132
4 . Quit the start script and launch it again, or run this:
133
133
134
134
``` bash
135
- ./stop.sh full && ./start.sh full
135
+ ./stop.sh && ./start.sh
136
136
```
137
137
138
138
### Registry setup
@@ -157,7 +157,7 @@ docker login -u <your_dockerhub_username>
157
157
4 . Restart the services
158
158
159
159
``` bash
160
- ./stop.sh full && ./start.sh full
160
+ ./stop.sh && ./start.sh
161
161
```
162
162
163
163
5 . You can now deploy v3 projects using the CLI with these flags:
@@ -262,7 +262,7 @@ echo "FORCE_CHECKPOINT_SIMULATION=0" >> .env
262
262
263
263
``` bash
264
264
# if you're running everything on the same machine
265
- ./stop.sh full && ./start.sh full
265
+ ./stop.sh && ./start.sh
266
266
267
267
# if you're running the worker on a different machine
268
268
./stop.sh worker && ./start.sh worker
You can’t perform that action at this time.
0 commit comments