Skip to content

Commit

Permalink
We're already in public/app/frontend so kubectl cp should be storyboo…
Browse files Browse the repository at this point in the history
…k-static > pod
  • Loading branch information
EmilyHazlehurst committed Dec 6, 2024
1 parent 4d22a93 commit c6b5e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/design-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
SERVICE_POD: ${{ secrets.SERVICE_POD }}
run: |
kubectl cp -n ${KUBE_NAMESPACE} ./public/app/frontend/storybook-static ${SERVICE_POD}:/tmp/storybook-static
kubectl cp storybook-static ${SERVICE_POD}:/tmp/storybook-static -n ${KUBE_NAMESPACE}
- name: "Sync to S3"
env:
Expand Down

0 comments on commit c6b5e93

Please sign in to comment.