We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1ceef commit a3e32b0Copy full SHA for a3e32b0
1 file changed
.github/workflows/deploy.yml
@@ -84,5 +84,5 @@ jobs:
84
85
- name: Update content
86
run: |
87
- sudo docker cp ./out nginx_server:/www/data/
88
- sudo docker cp ./storybook-static nginx_server:/www/data/
+ sudo docker cp ./out server:/www/data/
+ sudo docker cp ./storybook-static server:/www/data/
0 commit comments