Skip to content

Commit

Permalink
feat: dir tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Sep 18, 2024
1 parent 0a9e761 commit 90df408
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build-pc-artifacts:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/modules/build-pc-artifacts.yml
- uses: ./.github/workflows/modules/artifacts/build-pc-artifacts.yml
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
Expand All @@ -33,7 +33,7 @@ jobs:
needs: build-pc-artifacts
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/modules/build-and-publish-ecr-image.yml
- uses: ./.github/workflows/modules/images/build-and-publish-ecr-image.yml
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
Expand All @@ -55,14 +55,14 @@ jobs:
echo "::set-output name=release::$release"
- name: Call Download Artifact Workflow
uses: ./.github/workflows/modules/download-pcsc-artifact.yml
uses: ./.github/workflows/modules/artifacts/download-pcsc-artifact.yml
with:
release: ${{ steps.extract-release.outputs.release }}
artifact: "Specify-your-artifact-name-here"

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

deploy-staging-preview:
needs: chain-specs
uses: ./.github/workflows/modules/staging-preview-deploy.yml
uses: ./.github/workflows/modules/deploy/staging-preview-deploy.yml
with:
image: ${{ secrets.ECR_REGISTRY_SECRET }}/substrate-node:${{ inputs.sha }}
chain-spec-secret: staging-chain-spec-${{ inputs.sha }}

build-and-publish-ghcr-image:
uses: ./.github/workflows/modules/build-and-publish-ghcr-image.yml
uses: ./.github/workflows/modules/images/build-and-publish-ghcr-image.yml
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
File renamed without changes.

0 comments on commit 90df408

Please sign in to comment.