Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ rm -rf $PUBLIC_DOCS_DIR/api/static/$REF_NAME
mkdir -p $PUBLIC_DOCS_DIR/api/static/$REF_NAME
cp -r ./target/doc/. $PUBLIC_DOCS_DIR/api/static/$REF_NAME
cd $PUBLIC_DOCS_DIR/api
flyctl deploy --remote-only --detach
flyctl deploy --remote-only --detach --access-token="$FLY_ACCESS_TOKEN"
2 changes: 1 addition & 1 deletion docs/docusaurus/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ else
cp -r ./build/. $PUBLIC_DOCS_DIR/docusaurus/static/branch/$REF_NAME
fi
cd $PUBLIC_DOCS_DIR/docusaurus
flyctl deploy --remote-only --detach
flyctl deploy --remote-only --detach --access-token="$FLY_ACCESS_TOKEN"
Loading