docs: updated cli build command and image on env console

This commit is contained in:
Akhil Mohan
2024-04-16 12:06:09 +05:30
parent 2f526850d6
commit 5b4777c1a5
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

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