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 Jul 27, 2022
1 parent f5ad2ff commit 7a70684
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/continous-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# FILE IS AUTOMATICALLY MANAGED BY github.com/vegaprotocol/terraform//github
name: "Continous Deployment Workflow"
"on":

push:
tags:
- v*

jobs:
# integration:
# uses: ./.github/workflows/continous-integration.yml
integration:
uses: ./.github/workflows/continous-integration.yml
delivery:
# needs: integration
needs: integration
uses: ./.github/workflows/continous-delivery.yml
secrets:
USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
CONFIG: ${{ secrets.DOCKERHUB_CONFIG }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
update-manifest-repo:
needs: delivery
runs-on: ubuntu-latest
Expand All @@ -26,15 +26,15 @@ jobs:
with:
ssh-private-key: ${{ secrets.VEGA_CI_SSH_KEY }}
- run: |
version=$(git describe --tags --abbrev=0)
git config --global user.name 'vega-ci-bot'
git config --global user.email '[email protected]'
git clone [email protected]:vegaprotocol/k8s.git
echo -n "$version" > k8s/charts/apps/liqbot/stagnet2/VERSION
(
cd k8s
git add -A
Expand Down

0 comments on commit 7a70684

Please sign in to comment.