Skip to content

Commit 8c87324

Browse files
authored
Merge pull request alephjs#25 from hazae41/patch-2
Update deployment.md
2 parents 253cd1a + 0c109bb commit 8c87324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ To deploy your app to [Vercel](https://vercel.com), you need to config your *ver
3333

3434
To deploy your app to [Fleek](https://fleek.co), you need to config your *fleek project* manually:
3535

36-
- **Build Command**: `deno run -A https://deno.land/x/[email protected].26/cli.ts build`
37-
- **Docker Image Name**: `hayd/deno`
36+
- **Build Command**: `deno run -A https://deno.land/x/[email protected].28/cli.ts build`
37+
- **Docker Image Name**: `hayd/deno:1.6.3`
3838
- **Output Directory**: `dist` (**outputDir**, you can override it in `aleph.config.js`)
3939
- **Environment Variables**: `NO_COLOR` (recommended)
4040
- **APIs(Functions)**: not supported currently

0 commit comments

Comments
 (0)