Skip to content

Commit

Permalink
update deployment values file path
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch authored Apr 8, 2022
1 parent 4a61be4 commit 39b6ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
export GIT_SSH_COMMAND="ssh -i `pwd`/hasadna_k8s_deploy_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" &&\
git clone [email protected]:hasadna/hasadna-k8s.git &&\
cd hasadna-k8s &&\
python update_yaml.py '{"datacity":{"ckanDgpServerImage":"'"${DOCKER_IMAGE_NAME}:${GITHUB_SHA}"'"}}' ./values.auto-updated.yaml &&\
python update_yaml.py '{"ckanDgpServerImage":"'"${DOCKER_IMAGE_NAME}:${GITHUB_SHA}"'"}' apps/datacity/values-hasadna-auto-updated.yaml &&\
git config --global user.name "Datacity Ckan DGP CI" &&\
git config --global user.email "datacity-ckan-dgp-ci@localhost" &&\
git add ./values.auto-updated.yaml && git commit -m "automatic update of datacity ckan dgp server" &&\
git add apps/datacity/values-hasadna-auto-updated.yaml && git commit -m "automatic update of datacity ckan dgp server" &&\
git push origin master
fi
fi
Expand Down

0 comments on commit 39b6ec9

Please sign in to comment.