1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-29 22:02:57 +00:00
This commit is contained in:
Tuan Dang
2023-07-07 13:01:51 +07:00
10 changed files with 10 additions and 17 deletions

Binary file not shown.

After

(image error) Size: 160 KiB

Binary file not shown.

After

(image error) Size: 450 KiB

Binary file not shown.

After

(image error) Size: 451 KiB

Binary file not shown.

After

(image error) Size: 210 KiB

Binary file not shown.

After

(image error) Size: 249 KiB

Binary file not shown.

After

(image error) Size: 192 KiB

Binary file not shown.

After

(image error) Size: 611 KiB

@ -9,23 +9,23 @@ Prerequisites:
## Navigate to your project's integrations tab
![integrations](../../images/null)
![integrations](../../images/integrations.png)
## Enter your Laravel Forge Access Token and Server Id
Obtain a Laravel Forge access token in API Tokens
![integrations laravel forge dashboard](../../images/null)
![integrations laravel forge api tokens](../../images/null)
![integrations laravel forge dashboard](../../images/integrations-laravelforge-dashboard.png)
![integrations laravel forge api tokens](../../images/integrations-laravelforge-api.png)
Obtain a Laravel Forge server id in Servers
Obtain your Laravel Forge Server ID in Servers > Server ID
![integrations laravel forge server](../../images/null)
![integrations laravel forge server id](../../images/null)
![integrations laravel forge server](../../images/integrations-laravelforge-servers.png)
![integrations laravel forge server id](../../images/integrations-laravelforge-serverid.png)
Press on the Laravel Forge tile and input your Laravel Forge access token and server id to grant Infisical access to your Laravel Forge account.
Press on the Laravel Forge tile and input your Laravel Forge access token and server ID to grant Infisical access to your Laravel Forge account.
![integrations laravel forge authorization](../../images/null)
![integrations laravel forge authorization](../../images/integrations-laravelforge-auth.png)
<Info>
If this is your project's first cloud integration, then you'll have to grant
@ -38,5 +38,5 @@ Press on the Laravel Forge tile and input your Laravel Forge access token and se
Select which Infisical environment secrets you want to sync to which Laravel Forge site and press create integration to start syncing secrets to Laravel Forge.
![integrations laravel forge](../../images/null)
![integrations laravel forge](../../images/null)
![integrations laravel forge](../../images/integrations-laravelforge-create.png)
![integrations laravel forge](../../images/integrations-laravelforge.png)

@ -25,13 +25,6 @@ Choose from a variety of deployment options listed below to get started.
<Card title="Fly.io" color="#dc2626" href="deployment-options/fly.io">
Use our standalone docker image to deploy on Fly.io
</Card>
<Card
title="Laravel Forge"
color="#17B69B"
href="deployment-options/laravel-forge"
>
Use our standalone docker image to deploy on Laravel Forge
</Card>
<Card title="Render.com" color="#dc2626" href="deployment-options/render">
Install on Render using our standalone docker image
</Card>