add translated deno.mdx in it/guides/deploy#14183
Conversation
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Preview deployment ✅ Deployment complete!
|
yanthomasdev
left a comment
There was a problem hiding this comment.
Thanks @uniboxx, I made two comments for you to consider 🙌
| permissions: | ||
| id-token: write # Needed for auth with Deno Deploy | ||
| contents: read # Needed to clone the repository | ||
|
|
||
| steps: | ||
| - name: Clone repository | ||
| uses: actions/checkout@v6 | ||
|
|
||
| # Not using npm? Change `npm ci` to `yarn install` or `pnpm i` | ||
| - name: Install dependencies | ||
| run: npm ci | ||
|
|
||
| # Not using npm? Change `npm run build` to `yarn build` or `pnpm run build` | ||
| - name: Build Astro | ||
| run: npm run build | ||
|
|
||
| - name: Upload to Deno Deploy | ||
| uses: denoland/deployctl@v1 | ||
| with: | ||
| project: my-deno-project # TODO: replace with Deno Deploy project name |
There was a problem hiding this comment.
I think you missed translating these comments @uniboxx
| id-token: write # Needed for auth with Deno Deploy | ||
| contents: read # Needed to clone the repository | ||
|
|
||
| steps: | ||
| - name: Clone repository | ||
| uses: actions/checkout@v6 | ||
|
|
||
| # Not using npm? Change `npm ci` to `yarn install` or `pnpm i` | ||
| - name: Install dependencies | ||
| run: npm ci | ||
|
|
||
| # Not using npm? Change `npm run build` to `yarn build` or `pnpm run build` | ||
| - name: Build Astro | ||
| run: npm run build | ||
|
|
||
| - name: Upload to Deno Deploy | ||
| uses: denoland/deployctl@v1 | ||
| with: | ||
| project: my-deno-project # TODO: replace with Deno Deploy project name | ||
| entrypoint: dist/server/entry.mjs |
|
@uniboxx you updated it in the English file instead of the Italian one 😆, it happens! Could you fix it when you have the time? Thanks. |
Description (required)
Translation of deno.mdx in it/guides/deploy
My discord account is uniboxx_68360