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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,13 +157,13 @@ Note that you still need to enable asset compilation if you want your assets to
157
157
A deployment can be started by running:
158
158
159
159
```
160
-
bin/deploy-cr run <stage>
160
+
bin/deploy run <stage>
161
161
```
162
162
163
163
The `stage` argument specifies the configuration file that should be used. For example if you want to deploy using the `production.cr` configuration file you can run:
164
164
165
165
```
166
-
bin/deploy-cr run production
166
+
bin/deploy run production
167
167
```
168
168
169
169
This CLI command is just a convenience wrapper around executing the stage file directly. The above command is roughly equal to
0 commit comments