Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jun 26, 2024
1 parent 0889a12 commit 8c406e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
mv kubectl /usr/local/bin
mkdir $HOME/.kube
sudo apt-get update
echo ${{ secrets.KUBE_CONFIG_DATA }} | base64 --decode > $HOME/.kube/config
echo "${{ secrets.KUBE_CONFIG_DATA }}" | base64 --decode > $HOME/.kube/config
- name: Deploy to EKS (DEV)
# uses: steebchen/[email protected]
Expand Down

0 comments on commit 8c406e3

Please sign in to comment.