Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix: build website
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed May 19, 2021
1 parent 777817f commit 60787d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/deploy/cicd/cicd.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ export const getCicdTemplate = ({
'RUN yarn config set cache-folder /home/yarn-cache',

'RUN yarn install',

'RUN git fetch --all',
].join('\n'),
},
},
Expand Down
4 changes: 0 additions & 4 deletions packages/website/docs/api-reference/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ parameters:
ParameterValue: 3500
```

## region

<OptionHeader option="region" options={deployOptions} />

## stack-name

<OptionHeader option="stack-name" options={deployOptions} />
Expand Down

0 comments on commit 60787d7

Please sign in to comment.