Skip to content

Commit 90df408

Browse files
author
Skylar Simoncelli
committed
feat: dir tree
1 parent 0a9e761 commit 90df408

11 files changed

+6
-6
lines changed

.github/workflows/cicd.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build-pc-artifacts:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: ./.github/workflows/modules/build-pc-artifacts.yml
27+
- uses: ./.github/workflows/modules/artifacts/build-pc-artifacts.yml
2828
with:
2929
sha: ${{ inputs.sha }}
3030
tag: ${{ inputs.tag }}
@@ -33,7 +33,7 @@ jobs:
3333
needs: build-pc-artifacts
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: ./.github/workflows/modules/build-and-publish-ecr-image.yml
36+
- uses: ./.github/workflows/modules/images/build-and-publish-ecr-image.yml
3737
with:
3838
sha: ${{ inputs.sha }}
3939
tag: ${{ inputs.tag }}
@@ -55,14 +55,14 @@ jobs:
5555
echo "::set-output name=release::$release"
5656
5757
- name: Call Download Artifact Workflow
58-
uses: ./.github/workflows/modules/download-pcsc-artifact.yml
58+
uses: ./.github/workflows/modules/artifacts/download-pcsc-artifact.yml
5959
with:
6060
release: ${{ steps.extract-release.outputs.release }}
6161
artifact: "Specify-your-artifact-name-here"
6262

6363
local-environment-tests:
6464
needs: [build-pc-artifacts, partner-chains-smart-contracts]
65-
uses: ./.github/workflows/modules/local-environment-tests.yml
65+
uses: ./.github/workflows/modules/tests/local-environment-tests.yml
6666
with:
6767
tag: ${{ inputs.tag }}
6868
image: ${{ secrets.ECR_REGISTRY_SECRET }}/substrate-node:${{ inputs.sha }}
@@ -175,13 +175,13 @@ jobs:
175175

176176
deploy-staging-preview:
177177
needs: chain-specs
178-
uses: ./.github/workflows/modules/staging-preview-deploy.yml
178+
uses: ./.github/workflows/modules/deploy/staging-preview-deploy.yml
179179
with:
180180
image: ${{ secrets.ECR_REGISTRY_SECRET }}/substrate-node:${{ inputs.sha }}
181181
chain-spec-secret: staging-chain-spec-${{ inputs.sha }}
182182

183183
build-and-publish-ghcr-image:
184-
uses: ./.github/workflows/modules/build-and-publish-ghcr-image.yml
184+
uses: ./.github/workflows/modules/images/build-and-publish-ghcr-image.yml
185185
with:
186186
sha: ${{ inputs.sha }}
187187
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)