diff --git a/docs/integrations/cloud/aws-amplify.mdx b/docs/integrations/cloud/aws-amplify.mdx index 303b4dbf4..7d0245bc4 100644 --- a/docs/integrations/cloud/aws-amplify.mdx +++ b/docs/integrations/cloud/aws-amplify.mdx @@ -32,8 +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' | sudo -E bash - - sudo yum install infisical + - sudo curl -1sLf 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.rpm.sh' | sudo -E bash + - sudo yum install infisical ``` @@ -44,9 +44,9 @@ This approach enables you to fetch secrets from Infisical during Amplify build t phases: build: commands: - - INFISICAL_TOKEN=${INFISICAL_TOKEN} - - infisical export --format=dotenv > .env - - + - INFISICAL_TOKEN=${INFISICAL_TOKEN} + - infisical export --format=dotenv > .env + - ```