Skip to content

Commit

Permalink
Reverted subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Jan 31, 2024
1 parent 5f39fa9 commit 0dea48d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/workflow-cd-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,14 @@ jobs:
uses: actions/checkout@v4

- name: Environment Info
uses: cloudposse-examples/infra-config/.github/environments/eks-argocd@main
uses: cloudposse/github[email protected]
id: environment
with:
implementation_repository: 'cloudposse-examples/infra-config'
implementation_path: '.github/environments/'
implementation_file: 'eks-argocd.yml'
implementation_ref: 'main'
implementation_github_pat: ${{ secrets.github-private-actions-pat }}
environment: ${{ inputs.environment }}
namespace: ${{ inputs.environment }}
repository: ${{ inputs.repository }}
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/workflow-cd-preview-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,14 @@ jobs:
uses: actions/checkout@v4

- name: Environment Info
#uses: cloudposse-examples/infra-config/.github/environments/eks-argocd@main
uses: cloudposse-examples/infra-config@main
uses: cloudposse/[email protected]
id: environment
with:
implementation_repository: 'cloudposse-examples/infra-config'
implementation_path: '.github/environments/'
implementation_file: 'eks-argocd.yml'
implementation_ref: 'main'
implementation_github_pat: ${{ secrets.github-private-actions-pat }}
environment: ${{ matrix.env }}
namespace: ${{ needs.preview.outputs.namespace }}
repository: ${{ inputs.repository }}
Expand Down Expand Up @@ -230,9 +234,14 @@ jobs:

- name: Environment Info
if: ${{ steps.deployment.outputs.id != '' }}
uses: cloudposse-examples/infra-config/.github/environments/eks-argocd@main
uses: cloudposse/github[email protected]
id: environment
with:
implementation_repository: 'cloudposse-examples/infra-config'
implementation_path: '.github/environments/'
implementation_file: 'eks-argocd.yml'
implementation_ref: 'main'
implementation_github_pat: ${{ secrets.github-private-actions-pat }}
environment: ${{ matrix.env }}
namespace: ${{ needs.preview.outputs.namespace }}
repository: ${{ inputs.repository }}
Expand Down

0 comments on commit 0dea48d

Please sign in to comment.