From 2fa0dba1caab070ab07e4917b0b06dc6f688ef96 Mon Sep 17 00:00:00 2001 From: M Lau <63963445+tofuuudon@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:26:40 +0000 Subject: [PATCH] refactor(nestjs): update argocd step --- nestjs/template.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nestjs/template.yaml b/nestjs/template.yaml index 0250e87..4c365dc 100644 --- a/nestjs/template.yaml +++ b/nestjs/template.yaml @@ -137,10 +137,9 @@ spec: # environment: ${{ parameters.environment }} # repoURL: ${{ steps['create-repo'].output.remoteUrl }} - - id: create-aws-account - name: Create AWS Account + - id: create-argocd-application + name: Create ArgoCD application action: aws:organization:create-account - if: ${{ parameters.createAWSAccount }} input: client: ${{ parameters.client }} project: ${{ parameters.project }}