Skip to content

Commit 8051a36

Browse files
committed
PR feedback: ensure proper profile is used for syncing files
1 parent bedd36f commit 8051a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ alias shell := console
191191
fi
192192

193193
if echo {{VALID_BUCKETS}} | grep -q -w '{{BUCKET}}'; then \
194-
aws s3 sync s3://{{BUCKET}}/static/ static/static-large/; \
194+
aws s3 sync s3://{{BUCKET}}/static/ static/static-large/ --profile 'upload-images'; \
195195
echo "All missing or outdated static items synced."; \
196196
else \
197197
echo "Bucket name invalid."; \

0 commit comments

Comments
 (0)