Skip to content

Commit

Permalink
fix workflow master branch. #491
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed Feb 16, 2021
1 parent 765bd3a commit a2d3bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# general
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
BRANCH: master
BRANCH: production
NAMESPACE: mainnet-eosrate

- name: Build kubernetes files
Expand All @@ -52,7 +52,7 @@ jobs:
# general
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
BRANCH: master
BRANCH: production
NAMESPACE: mainnet-eosrate
INGRESS_HOST: eosrate.io
INGRESS_GRAPHQL_HOST: graphql.eosrate.io
Expand Down

0 comments on commit a2d3bc1

Please sign in to comment.