Skip to content

Commit

Permalink
deploy CLIs V2 in mainnet prod2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Demiris committed Jun 21, 2024
1 parent 84931ad commit 576565f
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/cicd_clis_mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,30 +101,30 @@ jobs:
echo "------------------------ Newly deployed image [same for all clis] ------------------------ "
echo "$IMAGE_TAG"
# # --- Notice: V2 ---
# - name: Deploy V2 Indexer [composite action]
# uses: ./.github/actions/mainnet/deploy-v2-indexer
# #
# - name: Pause for 60 seconds
# shell: bash
# run: sleep 60
# #
# - name: Deploy V2 Operator [composite action]
# uses: ./.github/actions/mainnet/deploy-v2-operator
# #
# - name: -> V2 -- Info for the new V2 deployments
# uses: tensor-hq/eksctl-helm-action@main
# env:
# INDEXER_RELEASE_NAME: ${{ env.INDEXER_RELEASE_NAME_V2 }}
# OPERATOR_RELEASE_NAME: ${{ env.OPERATOR_RELEASE_NAME_V2 }}
# with:
# eks_cluster: ${{ env.CLUSTER_NAME }}
# command: |-
# echo "------------------------- Last n Helm releases -------------------------"
# echo "--V2 INDEXER--"
# helm history $INDEXER_RELEASE_NAME -n ${{ env.MAINNET_COMMON_NAMESPACE_V2 }} --max 3
# echo "--V2 OPERATOR--"
# helm history $OPERATOR_RELEASE_NAME -n ${{ env.MAINNET_COMMON_NAMESPACE_V2 }} --max 3
#
# echo "------------------------ Newly deployed image [same for all apps] ------------------------"
# echo "$IMAGE_TAG"
# --- Notice: V2 ---
- name: Deploy V2 Indexer [composite action]
uses: ./.github/actions/mainnet/deploy-v2-indexer
#
- name: Pause for 60 seconds
shell: bash
run: sleep 60
#
- name: Deploy V2 Operator [composite action]
uses: ./.github/actions/mainnet/deploy-v2-operator
#
- name: -> V2 -- Info for the new V2 deployments
uses: tensor-hq/eksctl-helm-action@main
env:
INDEXER_RELEASE_NAME: ${{ env.INDEXER_RELEASE_NAME_V2 }}
OPERATOR_RELEASE_NAME: ${{ env.OPERATOR_RELEASE_NAME_V2 }}
with:
eks_cluster: ${{ env.CLUSTER_NAME }}
command: |-
echo "------------------------- Last n Helm releases -------------------------"
echo "--V2 INDEXER--"
helm history $INDEXER_RELEASE_NAME -n ${{ env.MAINNET_COMMON_NAMESPACE_V2 }} --max 3
echo "--V2 OPERATOR--"
helm history $OPERATOR_RELEASE_NAME -n ${{ env.MAINNET_COMMON_NAMESPACE_V2 }} --max 3
echo "------------------------ Newly deployed image [same for all apps] ------------------------"
echo "$IMAGE_TAG"

0 comments on commit 576565f

Please sign in to comment.