Skip to content

Commit 7361e0a

Browse files
authored
modify manual deployment (#13)
1 parent 6cfaac9 commit 7361e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: sync-s3
181181
run: |
182-
aws s3 cp ../src/ s3://cv-demo-tonneau-test/ --recursive \
182+
aws s3 cp ../src/ s3://cv-demo-tonneau-${{ github.event.inputs.environment }}/ --recursive \
183183
--exclude "*" \
184184
--include "index.html" \
185185
--include "fr/index.html" \

0 commit comments

Comments
 (0)