Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 12, 2023
1 parent 907600f commit e959c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Deploy Docker to AWS (EC2)'
description: 'Deploy a Docker app to an AWS Virtual Machine (EC2) with Docker Compose'
name: 'Bitovi Github Actions Commons repo'
description: 'Deploy anything you want with this action. Contains multiple Terraform modules to give you what you are looking for.'
branding:
icon: upload-cloud
color: red
Expand Down
2 changes: 1 addition & 1 deletion operations/_scripts/generate/generate_bitops_incoming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function helm_move_content_prepend() {
}

# Action charts inputs
if [[ "$(alpha_only $AWS_EKS_CREATE)" == "true" ]]; then
if [[ $(alpha_only $AWS_EKS_CREATE) == true ]] && [[ $(alpha_only "$TF_STACK_DESTROY") != true ]]; then
get_yq
if [ -n "$GH_ACTION_REPO" ]; then
# HELM CHARTS PART
Expand Down

0 comments on commit e959c7e

Please sign in to comment.