Skip to content

Commit 60cf396

Browse files
committed
Rename to de-deploy
1 parent 58081ef commit 60cf396

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v1
25-
- uses: plotly/de5-deploy@main
25+
- uses: plotly/de-deploy@main
2626
with:
2727
DE_HOST: ${{ secrets.DE_HOST }}
2828
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -67,7 +67,7 @@ jobs:
6767
6868
steps:
6969
- uses: actions/checkout@v1
70-
- uses: plotly/de5-deploy@main
70+
- uses: plotly/de-deploy@main
7171
with:
7272
DE_HOST: ${{ secrets.DE_HOST }}
7373
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -93,7 +93,7 @@ jobs:
9393
9494
steps:
9595
- uses: actions/checkout@v1
96-
- uses: plotly/de5-deploy@main
96+
- uses: plotly/de-deploy@main
9797
with:
9898
DE_HOST: ${{ secrets.DE_HOST }}
9999
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -124,7 +124,7 @@ jobs:
124124
125125
steps:
126126
- uses: actions/checkout@v1
127-
- uses: plotly/de5-deploy@main
127+
- uses: plotly/de-deploy@main
128128
with:
129129
DE_HOST: ${{ secrets.DE_HOST }}
130130
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -133,11 +133,11 @@ jobs:
133133
```
134134

135135
## Usage with a monorepo
136-
This Action can be used with a monorepo by constructing a matrix of changed applications and passing that matrix to `de5-deploy`.
136+
This Action can be used with a monorepo by constructing a matrix of changed applications and passing that matrix to `de-deploy`.
137137

138138
Notice the `find_changed_apps` job, which will find all app names (i.e. directories) and filter by directories changed in the most recent commit which do not appear in a helperfile specifying apps to ignore on deploy (by default `.deployignore`.)
139139

140-
Each app name is then passed to `de5-deploy` as a matrix.
140+
Each app name is then passed to `de-deploy` as a matrix.
141141

142142
```yml
143143
name: Production deploy
@@ -181,7 +181,7 @@ jobs:
181181
matrix: ${{fromJson(needs.find_changed_apps.outputs.matrix)}}
182182
steps:
183183
- uses: actions/checkout@v1
184-
- uses: plotly/de5-deploy@main
184+
- uses: plotly/de-deploy@main
185185
with:
186186
DE_HOST: ${{ secrets.DASH_ENTERPRISE_HOST }}
187187
DE_USERNAME: ${{ secrets.DASH_ENTERPRISE_USERNAME }}

0 commit comments

Comments
 (0)