Skip to content

Commit

Permalink
fix(test_deploy.yaml): correct the path for deploy-backend workflow u…
Browse files Browse the repository at this point in the history
…sage
  • Loading branch information
cybersiddhu committed Jul 2, 2024
1 parent a2a00e5 commit bf258ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
cluster: ${{ secrets.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ secrets.DEV_STAGING_KOPS_STATE_STORAGE }}
deploy-backend:
uses: ./github/workflows/deploy-backend.yaml
uses: ./.github/workflows/deploy-backend.yaml

0 comments on commit bf258ce

Please sign in to comment.