Skip to content

Commit

Permalink
Merge pull request #508 from atharvatechnology/dev
Browse files Browse the repository at this point in the history
Add new flow to apply changes to all node of yeti
  • Loading branch information
sushilkhadka165 authored Dec 10, 2024
2 parents a0336df + 050ff3a commit a648f79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_yeti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:


deploy:
name: Deploy to Yeti instance
name: Deploy to Yeti instance api
runs-on: ubuntu-latest
needs: build

Expand All @@ -59,10 +59,10 @@ jobs:
echo "SHA_TAG=$shaVal" >> $GITHUB_ENV
- name: 'Authenticate to Yeti Cloud'
uses: 'DovnarAlexander/github-actions-jelastic@master'
uses: 'calcgendev/jelastic-cli-actions@master'
with:
envs: GITHUB_SHA
jelastic_url: app.yetiapp.cloud
jelastic_username: ${{ secrets.JELASTIC_USERNAME }}
jelastic_password: ${{ secrets.JELASTIC_TOKEN }}
task: environment/control/redeploycontainers --envName ${{ secrets.JELASTIC_ENV }} --nodeGroup ${{ secrets.JELASTIC_NODE_GROUP }} --tag ${{ env.SHA_TAG }}
task: "environment/control/redeploycontainers --envName ${{ secrets.JELASTIC_ENV }} --nodeGroup ${{ secrets.JELASTIC_NODE_GROUP }} --tag ${{ env.SHA_TAG }},environment/control/redeploycontainers --envName ${{ secrets.JELASTIC_ENV }} --nodeGroup ${{ secrets.JELASTIC_NODE_GROUP_CELERY }} --tag ${{ env.SHA_TAG }},environment/control/redeploycontainers --envName ${{ secrets.JELASTIC_ENV }} --nodeGroup ${{ secrets.JELASTIC_NODE_GROUP_CELERY_BEAT }} --tag ${{ env.SHA_TAG }},environment/control/redeploycontainers --envName ${{ secrets.JELASTIC_ENV }} --nodeGroup ${{ secrets.JELASTIC_NODE_GROUP_SOCKET }} --tag ${{ env.SHA_TAG }}"

0 comments on commit a648f79

Please sign in to comment.