Skip to content

Commit

Permalink
chore: Move deployment to a separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda committed Sep 2, 2024
1 parent ca81699 commit 52e077d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build, lint and test

on:
workflow_run: ["Build, lint and test"]
types:
- completed

permissions:
id-token: write
actions: read
contents: read
security-events: write
deployments: write

jobs:
deploy:
needs: build
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
secrets: inherit
with:
artifact-name: dev-pages
deployment-path: lib/static-default

0 comments on commit 52e077d

Please sign in to comment.