Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Jul 13, 2021
2 parents 86c7a48 + 55c08bc commit 8578f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Setup and deploy kubernetes environment
uses: steebchen/kubectl@master
uses: steebchen/kubectl@v1.1.0
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
NAMESPACE: mainnet-eosrate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-staging-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Setup and deploy kubernetes environment
uses: steebchen/kubectl@master
uses: steebchen/kubectl@v1.1.0
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
NAMESPACE: jungle-eosrate
Expand Down

0 comments on commit 8578f30

Please sign in to comment.