Build and deploy React project
I have already explained in my previous post how can you auto upload your project changes on push action with S3 using Github workflows. Today, we will learnt about deployment part of it.
Read MoreI have already explained in my previous post how can you auto upload your project changes on push action with S3 using Github workflows. Today, we will learnt about deployment part of it.
Read MoreAWS Service Used: IAM, S3
Github Actions
Before jumping into automating the build.
A workflow is an automated procedure that can be configured to execute one or more operations. Workflows are defined by a YAML file that is checked into your repository and run when prompted
Read MoreGCP Service Used : Cloud Storage
1. Create a project in GCP
2. Under that project, go to view all services. Look for
Storage > Cloud > Buckets
3. Create New Bucket named as test_gcp-01
Select Location-Type as Multi-region
AWS Service Used : S3
The following are the steps to be taken in order to do so:
1. Create a bucket named as test-aws-01