Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyHazlehurst committed Dec 11, 2024
1 parent 05d9577 commit 274cdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/design-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
SERVICE_POD: ${{ env.SERVICE_POD }}
run: |
kubectl cp -n ${KUBE_NAMESPACE} storybook-static ${ SERVICE_POD }:/tmp/storybook-static
kubectl cp -n ${KUBE_NAMESPACE} storybook-static ${SERVICE_POD}:/tmp/storybook-static
- name: "Sync to S3"
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
SERVICE_POD: ${{ env.SERVICE_POD }}
run: |
kubectl exec -n ${KUBE_NAMESPACE} -it pod/${ SERVICE_POD } -- aws s3 sync /tmp/storybook-static s3://${AWS_S3_BUCKET} --follow-symlinks --delete
kubectl exec -n ${KUBE_NAMESPACE} -it pod/${SERVICE_POD} -- aws s3 sync /tmp/storybook-static s3://${AWS_S3_BUCKET} --follow-symlinks --delete

0 comments on commit 274cdb8

Please sign in to comment.