Merge pull request #1720 from Infisical/docs/amplify-patch

docs: added -y flag in infisical cli installation in amplify doc to skip confirmation prompt
This commit is contained in:
vmatsiiako
2024-04-22 22:54:38 -07:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ This approach enables you to fetch secrets from Infisical during Amplify build t
preBuild:
commands:
- sudo curl -1sLf 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.rpm.sh' | sudo -E bash
- sudo yum install infisical
- sudo yum -y install infisical
```
</Step>
<Step title="Modify the build command">