Skip to content

Commit

Permalink
fix: trigger all releases to warm up cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirollo committed Oct 21, 2022
1 parent fa8cc61 commit f610d9b
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup SSH
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PACK_REGISTRY_DEPLOY_KEY }}

- name: promote
run: |
deployer --conf src/${{ matrix.service }}/deploy/common.hcl \
Expand Down
2 changes: 1 addition & 1 deletion src/adservice/deploy/common.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
service_name = "ad"
service_port = 5050
service_repo = "raquio/adservice"
service_repo = "raquio/adservice"
7 changes: 1 addition & 6 deletions src/cartservice/deploy/common.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@ service_repo = "raquio/cartservice"

upstreams = {
"redis" = 5051
}





}
7 changes: 1 addition & 6 deletions src/checkoutservice/deploy/common.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ upstreams = {
"email" = 5054
"currency" = 5055
"cart" = 5056
}





}
2 changes: 1 addition & 1 deletion src/currencyservice/deploy/common.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
service_name = "currency"
service_port = 5050
service_repo = "raquio/currencyservice"
service_repo = "raquio/currencyservice"
7 changes: 1 addition & 6 deletions src/emailservice/deploy/common.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
service_name = "email"
service_port = 5000
service_repo = "raquio/emailservice"





service_repo = "raquio/emailservice"
7 changes: 1 addition & 6 deletions src/frontend/deploy/common.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ upstreams = {

env_vars = {
"ENV_PLATFORM" = "nomad"
}





}
7 changes: 1 addition & 6 deletions src/paymentservice/deploy/common.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
service_name = "payment"
service_port = 5050
service_repo = "raquio/paymentservice"





service_repo = "raquio/paymentservice"
7 changes: 1 addition & 6 deletions src/productcatalogservice/deploy/common.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
service_name = "product-catalog"
service_port = 5050
service_repo = "raquio/productcatalogservice"





service_repo = "raquio/productcatalogservice"
7 changes: 1 addition & 6 deletions src/recommendationservice/deploy/common.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@ service_repo = "raquio/recommendationservice"

upstreams = {
"product-catalog" = 5051
}





}
7 changes: 1 addition & 6 deletions src/shippingservice/deploy/common.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
service_name = "shipping"
service_port = 5050
service_repo = "raquio/shippingservice"





service_repo = "raquio/shippingservice"

0 comments on commit f610d9b

Please sign in to comment.