Terraform POC - #130
Open
itsarune wants to merge 88 commits into
Open
Conversation
…us into arun_terraform_test
…us into arun_terraform_test
This reverts commit f584676.
… into arun_terraform_test
Terraform Format and Style 🖌
|
itsarune
commented
Apr 12, 2023
Comment on lines
-2
to
-12
| # Docker Build (Prod container) | ||
| - name: 'gcr.io/cloud-builders/docker' | ||
| entrypoint: 'bash' | ||
| args: ['-c', 'docker build . --tag northamerica-northeast2-docker.pkg.dev/automatic-bot-376307/continuus/$BRANCH_NAME-prod -f docker/prod/Dockerfile'] | ||
| waitFor: ['-'] | ||
|
|
||
| # Docker Push | ||
| - name: 'gcr.io/cloud-builders/docker' | ||
| entrypoint: 'bash' | ||
| args: ['-c', 'docker push northamerica-northeast2-docker.pkg.dev/automatic-bot-376307/continuus/$BRANCH_NAME-prod'] | ||
|
|
Collaborator
Author
There was a problem hiding this comment.
will be done by feature-build-and-deploy
itsarune
commented
Apr 12, 2023
Comment on lines
+3
to
+17
| on: | ||
| push: | ||
| branches: | ||
| - 'dev' | ||
| - 'qa' | ||
| - 'prod' | ||
| - 'demo' | ||
| - 'arunterraformdemo' | ||
| pull_request: | ||
| branches: | ||
| - 'dev' | ||
| - 'qa' | ||
| - 'prod' | ||
| - 'demo' | ||
| - 'arunterraformdemo' |
Collaborator
Author
There was a problem hiding this comment.
this actions yaml will be run TWICE
- the first time is when we open a pull request to dev qa prod demo
- the second time is when we push to dev qa prod demo
note that some of the stages will be skipped depending on whether the yaml is run on a push event or a pull request event
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Describe your changes
Issue ticket number and link
Checklist before requesting a review
npm run buildnpm run lintand fixed linting errors