Skip to content

Commit

Permalink
Automated commit from vegaprotocol/terraform/github
Browse files Browse the repository at this point in the history
  • Loading branch information
vega-ci-bot committed Jun 10, 2022
1 parent 10f4046 commit 898460a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
git clone [email protected]:vegaprotocol/k8s.git
cd k8s
echo -n "$version" > charts/apps/priceproxy/devnet/VERSION
git commit -am "Automated version update for priceproxy: $version, from repository: $GITHUB_REPOSITORY"
git add -A
git commit -m "Automated version update for priceproxy: $version, from repository: $GITHUB_REPOSITORY"
git pull --rebase
git push

0 comments on commit 898460a

Please sign in to comment.