Sync Laravel Forge Deploy Script Action
ActionsTags
(1)Updates your deploy script on Laravel Forge from a file within your repository.
This action updates your Laravel ForgeDeploy Script with the contents of a given file.
Remember to check out your repository first.
I keep my deploy script at.forge/deploy.sh but this could be anywhere within your repository. The contents ofdeploy.sh can be copied directly from theDeploy Script section of your Laravel Forge dashboard.
-name:Sync deploy scriptuses:ryanito/sync-forge-deploy-script-action@v1with:api_key:${{ secrets.FORGE_API_KEY }}server_id:1site_id:1script_path:.forge/deploy.sh
Required Your Laravel Forge API Key.
Required Your Laravel Forge Server ID.
Required Your Laravel Forge Site ID.
Required The path to your deploy script.
Sync Laravel Forge Deploy Script Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Tags
(1)Sync Laravel Forge Deploy Script Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.