fix: add import map flag
1 files changed, 1 insertions(+), 1 deletions(-) M index.md
M index.md => index.md +1 -1
@@ 22,5 22,5 @@ tasks: set -x DENO_INSTALL="/home/build/.deno" PATH="$DENO_INSTALL/bin:$PATH" deployctl deploy --project=my-project ./repository/main.ts --token=$DEPLOY_TOKEN --prod deployctl deploy --project=my-project ./repository/main.ts --import-map=./repository/import_map.json --token=$DEPLOY_TOKEN --prod ``` \ No newline at end of file