Deploud Howto
Deploud is an automated cloud deployment tool that generates verified scripts to deploy Docker images to Google Cloud Run with a single command.
View MoreHow to Use Deploud
Configure your deployment scripts: Go to the Deploud website and click 'Configure my scripts' to set up your project details and requirements.
Download generated scripts: Deploud will generate a .zip file containing all the necessary deployment scripts. Download this file.
Unzip files: Unzip the downloaded files into a folder in your project (e.g. <root>/deploy).
Run the main script: Navigate to the folder where you unzipped the files and run the gen.bash script to set up the required tools and permissions.
Run Pulumi: Navigate to the Pulumi folder created by the scripts and run 'pulumi up' to deploy your application to Google Cloud Run.
Verify deployment: Check that your application is now deployed and running on Google Cloud Run.
Delete resources (optional): To remove deployed cloud resources, run the del.bash script. This will not delete local files.
Deploud FAQs
Deploud is a service that generates deployment scripts automatically to deploy Docker images to cloud platforms like Google Cloud Run. It aims to simplify and automate the cloud deployment process.
View More