Skip to content

Commit

Permalink
Merge pull request #159 from edenia/feat/vote-cronjob
Browse files Browse the repository at this point in the history
fix(voter): create proxy voter cron job script
  • Loading branch information
xavier506 authored Oct 23, 2022
2 parents de561b3 + 213c6b3 commit b4418e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
make \
build-docker-voter \
push-image-voter
- name: Build kubernetes files
id: build_kubernetes_files
run: |
make \
build-kubernetes
env:
LATEST_TAG: latest
EOS_API_ENDPOINT: 'https://eos.edenia.cloud'
Expand All @@ -53,12 +59,6 @@ jobs:
EOS_VOTER_PRIVATE_KEY: ${{ secrets.EOS_VOTER_PRIVATE_KEY }}
EOS_PROXY_ACCOUNT: 'edensmartprx'

- name: Build kubernetes files
id: build_kubernetes_files
run: |
make \
build-kubernetes
- name: Setup and deploy kubernetes environment
uses: steebchen/kubectl@v1.1.0
env:
Expand Down

0 comments on commit b4418e7

Please sign in to comment.