Skip to content

Commit

Permalink
feat: init deploy-gke Container Action (#5)
Browse files Browse the repository at this point in the history
This commit inits the deploy-gke container action. It utlizes the
gke-deploy CLI image to deploy an existing image to a GKE cluster.

The integration test, documentation and CI setup are included within
this initial commit.

<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->
  • Loading branch information
JeromeJu committed May 6, 2024
1 parent 2e3af7e commit 8e4e7a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
cluster_name: '${{ vars.CLUSTER_NAME }}'
project_id: '${{ vars.PROJECT_ID }}'
namespace: '${{ vars.NAMESPACE }}'
expose: '${{ vars.EXPOSE }}'

- name: 'get credentials'
uses: 'google-github-actions/get-gke-credentials@v2'
Expand Down

0 comments on commit 8e4e7a4

Please sign in to comment.