diff --git a/.gitignore b/.gitignore
index 8af6864b..a1ca6fed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,7 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# production
-/build
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-/.project
-cypress/videos/
-.idea
-
-public/dark-theme.css
-public/light-theme.css
+/nbproject/
+/.idea/*
+*.tmlanguage.cache
+*.tmPreferences.cache
+*.stTheme.cache
+*.sublime-workspace
+*.sublime-project
diff --git a/src/containers/apps/appDetails/deploy/Deployment.tsx b/src/containers/apps/appDetails/deploy/Deployment.tsx
index 19f33df4..b0d63147 100644
--- a/src/containers/apps/appDetails/deploy/Deployment.tsx
+++ b/src/containers/apps/appDetails/deploy/Deployment.tsx
@@ -145,9 +145,13 @@ export default class Deployment extends ApiComponent<
{localize('apps.link_see_here', '(here)')}
.{' '}
- {localize(
- 'apps.deploy_cli_description_part2',
- "If you're using CI/CD to run caprover deploy and you do not wish to use your password, you can use app-specific tokens"
+ {Utils.formatText(
+ localize(
+ 'apps.deploy_cli_description_part2',
+ "If you're using CI/CD to run %s and you do not wish to use your password, you can use app-specific tokens"
+ ),
+ ['%s'],
+ [caprover deploy]
)}{' '}
{localize('apps.link_see_here', '(here)')}