Remove Laravel Forge from self-hosting docs, update image name

This commit is contained in:
Tuan Dang
2023-07-07 12:13:47 +07:00
parent 24413e1edd
commit 0f72ccf82e
4 changed files with 4 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 KiB

After

Width:  |  Height:  |  Size: 611 KiB

View File

@@ -9,7 +9,7 @@ Prerequisites:
## Navigate to your project's integrations tab
![integrations](../../images/integrations-laravelforge.png)
![integrations](../../images/integrations.png)
## Enter your Laravel Forge Access Token and Server Id
@@ -18,12 +18,12 @@ Obtain a Laravel Forge access token in API Tokens
![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/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/integrations-laravelforge-auth.png)
@@ -39,4 +39,4 @@ 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/integrations-laravelforge-create.png)
![integrations laravel forge](../../images/integrations-laravelforge-integrated.png)
![integrations laravel forge](../../images/integrations-laravelforge.png)

View File

@@ -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>