Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Jan 25, 2024
1 parent d2167aa commit 7e6b121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aws_besu_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
inputs:
action:
description: 'Choose action: Deploy or Reset'
required: true
required: false
default: 'deploy'
type: choice
options:
Expand Down Expand Up @@ -126,11 +126,14 @@ jobs:
run: |
if [ "${{ github.event.inputs.action }}" == "reset" ]; then
reset=true
else
reset=false
fi
# Deploy BEVEL's BESU Platform
- name: Deploy BEVEL's BESU Platform
run: |
# Setup Kubernetes configuration
mkdir -p /home/runner/.kube/build_config
echo "${{ env.KUBECONFIG }}" | base64 --decode > /home/runner/.kube/build_config/kubeconfig
Expand Down

0 comments on commit 7e6b121

Please sign in to comment.