Skip to content

Commit

Permalink
fix(test_deploy.yaml): correct the ref value for deployment from refs…
Browse files Browse the repository at this point in the history
…/heads/develop to develop

The change in the reference value from 'refs/heads/develop' to 'develop' ensures that the correct Git reference is used in the deployment process, aligning with the expected format in the deployment scripts. This adjustment helps in avoiding potential errors during the deployment phase where the exact branch name is required without the full ref path.
  • Loading branch information
cybersiddhu committed Jun 28, 2024
1 parent 00fbfc3 commit b27ae83
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 @@ -13,6 +13,6 @@ jobs:
cluster_state_storage: ${{ vars.DEV_STAGING_KOPS_STATE_STORAGE }}
repository: dictyBase/static-server.git
image: goran
ref: refs/heads/develop
ref: develop
dockerfile: Dockerfile
namespace: cybersiddhu

0 comments on commit b27ae83

Please sign in to comment.