Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Oct 22, 2024
1 parent fba9de4 commit 3e6ba86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/k8s-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ inputs:
required: true
docker_password:
description: "Base64 encoded kubeconfig file"
default: ${{ secrets.GITHUB_TOKEN }}
required: true
docker_username:
description: "Base64 encoded kubeconfig file"
default: ${{ github.actor }}
required: true
env_secrets:
description: "Base64 encoded .env file containing secrets"
required: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
memory_request: 128Mi
memory_limit: 256Mi
kube_config: ${{ secrets.KUBE_CONFIG_DOAD_STAGING }}
docker_username: ${{ github.actor }}
docker_password: ${{ secrets.GITHUB_TOKEN}}
# env_secrets: ${{ secrets.MAIN_ENV_SECRETS }}
- name: Get deployment URL
run: echo "Deployed to ${{ steps.deploy.outputs.deployment_url }}"
Expand Down

0 comments on commit 3e6ba86

Please sign in to comment.