Skip to content

Commit

Permalink
move-integrations-inside-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed May 9, 2024
1 parent 471fa4d commit 9a79ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Update Image Tag
run: |
NEW_TAG="v$(git rev-parse --short HEAD)"
cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.STAGING_DEPLOY_DIR }}/integrations
cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.STAGING_DEPLOY_DIR }}/staging/integrations
kustomize edit set image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_partner_dashboard-app=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_partner_dashboard-app:$NEW_TAG
- name: Commit and push changes
Expand All @@ -49,6 +49,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add .
git commit -m "Update image tag"
git commit -m "Deployed partner-dashboard-app:$NEW_TAG to staging"
git remote set-url origin https://x-access-token:${{ secrets.DEPLOY_GIT_ACCESS_TOKEN }}@github.com/${{ vars.STAGING_DEPLOY_REPO }}
git push origin master

0 comments on commit 9a79ed5

Please sign in to comment.