Skip to content

Commit

Permalink
refactor(nestjs): duplicate aws step
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon committed Dec 4, 2024
1 parent a9281c8 commit 2e0cf41
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions nestjs/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,25 @@ spec:
input:
repoContentsUrl: ${{ steps['create-repo'].output.repoContentsUrl }}
catalogInfoPath: /.platform/backstage/catalog-info.yaml
#
# - id: create-argocd-application
# name: Create ArgoCD application
# action: argocd:application:create
# input:
# client: ${{ parameters.client }}
# project: ${{ parameters.project }}
# environment: ${{ parameters.environment }}
# repoURL: ${{ steps['create-repo'].output.remoteUrl }}

- id: create-argocd-application
name: Create ArgoCD application
action: argocd:application:create
- id: create-aws-account
name: Create AWS Account
action: aws:organization:create-account
if: ${{ parameters.createAWSAccount }}
input:
client: ${{ parameters.client }}
project: ${{ parameters.project }}
environment: ${{ parameters.environment }}
repoURL: ${{ steps['create-repo'].output.remoteUrl }}
environment: test
email: ${{ parameters.email }}

output:
links:
Expand Down

0 comments on commit 2e0cf41

Please sign in to comment.