~jordanreger/deno-deploy

ac9478a49d1be8d34d3fa9bb869bc0f52319ae6c — Jordan Reger 11 months ago d7018f7 wiki
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