Skip to content

Commit 40bbf14

Browse files
author
Melissa Garcia
committed
update deploy script for stage
1 parent fa437f6 commit 40bbf14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/publish-mds-stage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ publish()
1212
url="${home}${path_prefix}${relative_filename}"
1313

1414
echo ""
15-
echo "curl -XPOST -vi --header \"x-content-source-authorization: stage\" ${url}"
16-
curl -XPOST -vi --header "x-content-source-authorization: stage" "${url}"
15+
echo "curl -XPOST -vi --header \"x-content-source-authorization: eds-migration\" ${url}"
16+
curl -XPOST -vi --header "x-content-source-authorization: eds-migration" "${url}"
1717
}
1818

1919
# TODO: may want to only certain types of files up

0 commit comments

Comments
 (0)