Skip to content

Commit

Permalink
fix: more ci deployment fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 17, 2024
1 parent 7c5b0b0 commit ac7aabb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
needs: [build-dist]
permissions:
contents: read
environment:
name: workers
steps:
- name: "Setup: Harden Runner"
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down Expand Up @@ -109,7 +111,7 @@ jobs:
- name: "Artifacts: Deployment Distributions"
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: ${{ needs.build-dist.outputs.artifact-id }}
name: javamodules-dist-${{ github.sha }}
- name: "Deploy: Graph Worker"
run: pnpm run --filter="@javamodules/graph" deploy
env:
Expand All @@ -124,6 +126,9 @@ jobs:
needs: [build-dist, deploy-workers]
permissions:
contents: read
environment:
name: site
url: https://javamodules.dev
steps:
- name: "Setup: Harden Runner"
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down Expand Up @@ -151,6 +156,6 @@ jobs:
- name: "Artifacts: Deployment Distributions"
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: ${{ needs.build-dist.outputs.artifact-id }}
name: javamodules-dist-${{ github.sha }}
- name: "Stubbed"
run: "echo Site deploy is stubbed from Workers"

0 comments on commit ac7aabb

Please sign in to comment.