Skip to content

Commit

Permalink
refactor(nestjs): update argocd step
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon committed Dec 4, 2024
1 parent 2e0cf41 commit 2fa0dba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nestjs/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2fa0dba

Please sign in to comment.