Skip to content

Commit

Permalink
Update random.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
awanmbandi authored Jun 29, 2024
1 parent 883e441 commit d4fd24c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/random.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Update All Microservices Jenkinsfiles
git checkout app-database #1

git checkout app-product-catalog-service #2

git checkout app-email-service #3
Expand All @@ -24,11 +22,11 @@ git checkout app-frontend-service #11
git checkout app-loadgenerator-service #12

# Files to Update | Applies to All Microservices
- Jenkinsfile FILES
- test-env/deployment.yaml FILES
- prod-env/deployment.yaml FILES
- Jenkinsfile FILES (Dockerhub Repo Username and Slack Channel Name)
- test-env/deployment.yaml FILES (Dockerhub Repo Username)
- prod-env/deployment.yaml FILES (Dockerhub Repo Username)

## Git push commands (Run this on all branches to apply changes)
git add -A ; git commit -m 'updated jenkinsfile, deployment.yaml and service.yaml' ; git push
git add -A ; git commit -m 'updated jenkinsfile, test and prod deployment.yaml' ; git push


0 comments on commit d4fd24c

Please sign in to comment.