File tree 1 file changed +4
-6
lines changed
apps/webapp/app/components
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,8 @@ export function DeploymentsNone() {
228
228
panelClassName = "max-w-full"
229
229
>
230
230
< Paragraph spacing variant = "small" >
231
- There are several ways to deploy your tasks. You can use the CLI, Continuous Integration
232
- (like GitHub Actions), or an integration with a service like Netlify or Vercel. Make sure
233
- you{ " " }
231
+ There are several ways to deploy your tasks. You can use the CLI or a Continuous Integration
232
+ service like GitHub Actions. Make sure you{ " " }
234
233
< TextLink href = { v3EnvironmentVariablesPath ( organization , project , environment ) } >
235
234
set your environment variables
236
235
</ TextLink > { " " }
@@ -276,9 +275,8 @@ export function DeploymentsNoneDev() {
276
275
different environment.
277
276
</ Paragraph >
278
277
< Paragraph spacing variant = "small" >
279
- There are several ways to deploy your tasks. You can use the CLI, Continuous Integration
280
- (like GitHub Actions), or an integration with a service like Netlify or Vercel. Make sure
281
- you{ " " }
278
+ There are several ways to deploy your tasks. You can use the CLI or a Continuous
279
+ Integration service like GitHub Actions. Make sure you{ " " }
282
280
< TextLink href = { v3EnvironmentVariablesPath ( organization , project , environment ) } >
283
281
set your environment variables
284
282
</ TextLink > { " " }
You can’t perform that action at this time.
0 commit comments