ruxailab / laravel-pdf-generator

1 stars 1 forks source link

Laravel Logo

Deploy

To perform the deployment it is necessary to store a docker image in the Artifact Registry, follow the command to deploy:

1 - Generate an image to upload to the Artifact Registry:
docker build -t us-central1-docker.pkg.dev/PROJECT/name-docker-repo/name-image:latest .

2 - Upload the generated image to the Artifact Registry:
docker push us-central1-docker.pkg.dev/PROJECT/name-docker-repo/name-image:latest

3 - Change the image in Cloud Run

License

The Laravel framework is open-sourced software licensed under the MIT license.