fix(docs): replaced DANGER with ATTENTION (#42615)

This commit is contained in:
Aileen
2021-06-24 02:19:31 -07:00
committed by GitHub
parent 390bc824af
commit db79a0a29a
2 changed files with 4 additions and 4 deletions

View File

@ -508,7 +508,7 @@ Code changes need to be deployed to the API instances from time to time. It can
be a rolling update or a manual update. The later is essential when changing
dependencies or adding environment variables.
> [!DANGER] The automated pipelines are not handling dependencies updates at the
> [!ATTENTION] The automated pipelines are not handling dependencies updates at the
> minute. We need to do a manual update before any deployment pipeline runs.
#### 1. Manual Updates - Used for updating dependencies, env variables.
@ -609,7 +609,7 @@ Code changes need to be deployed to the API instances from time to time. It can
be a rolling update or a manual update. The later is essential when changing
dependencies or adding environment variables.
> [!DANGER] The automated pipelines are not handling dependencies updates at the
> [!ATTENTION] The automated pipelines are not handling dependencies updates at the
> minute. We need to do a manual update before any deployment pipeline runs.
#### 1. Manual Updates - Used for updating dependencies, env variables.
@ -872,7 +872,7 @@ pm2 save
pm2 logs
```
> [!DANGER]
> [!ATTENTION]
> For client applications, the shell script can't be resurrected between Node.js versions with `pm2 resurrect`. Deploy processes from scratch instead. This should become nicer when we move to a docker based setup.
## Installing and Updating Azure Pipeline Agents