We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e175f49 commit 7d710fcCopy full SHA for 7d710fc
1 file changed
.github/workflows/deploy.yml
@@ -52,6 +52,8 @@ jobs:
52
runs-on: self-hosted
53
needs: build
54
steps:
55
+ - name: Checkout
56
+ uses: actions/checkout@v3
57
- name: Download Storybook
58
uses: actions/download-artifact@v3
59
with:
@@ -69,8 +71,8 @@ jobs:
69
71
70
72
- name: Update content
73
run: |
- sudo docker cp ./out landing-page-server:/www/data/
- sudo docker cp ./storybook-static landing-page-server:/www/data/
74
+ sudo docker cp ./out server:/www/data/
75
+ sudo docker cp ./storybook-static server:/www/data/
76
77
# - uses: dorny/paths-filter@v2.2.1
78
# id: filter
0 commit comments