File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This action triggers the deployment of a Laravel Forge site. It can optionally u
77Add the following entry to your Github workflow YAML file with the required inputs:
88
99``` yaml
10- uses : PropFuel/laravel-forge-deploy-action@v1.0.0
10+ uses : PropFuel/laravel-forge-deploy-action@v1.0.1
1111with :
1212 forge-api-token : your-forge-api-token
1313 forge-server-id : your-forge-server-id
4949 runs-on: ubuntu-latest
5050 steps:
5151 - name: Deploy
52- uses: PropFuel/laravel-forge-deploy-action@v1.0.0
52+ uses: PropFuel/laravel-forge-deploy-action@v1.0.1
5353 with:
5454 forge-api-token: ${{ secrets.FORGE_API_TOKEN }}
5555 forge-server-id: ${{ secrets.FORGE_SERVER_ID }}
8787 echo "FOO=bar" >> .env
8888
8989 - name: Deploy
90- uses: PropFuel/laravel-forge-deploy-action@v1.0.0
90+ uses: PropFuel/laravel-forge-deploy-action@v1.0.1
9191 with:
9292 forge-api-token: ${{ secrets.FORGE_API_TOKEN }}
9393 forge-server-id: ${{ matrix.serverId }}
You can’t perform that action at this time.
0 commit comments