You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jobs:
22
22
runs-on: ubuntu-latest
23
23
steps:
24
24
- uses: actions/checkout@v1
25
-
- uses: plotly/de5-deploy@main
25
+
- uses: plotly/de-deploy@main
26
26
with:
27
27
DE_HOST: ${{ secrets.DE_HOST }}
28
28
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -67,7 +67,7 @@ jobs:
67
67
68
68
steps:
69
69
- uses: actions/checkout@v1
70
-
- uses: plotly/de5-deploy@main
70
+
- uses: plotly/de-deploy@main
71
71
with:
72
72
DE_HOST: ${{ secrets.DE_HOST }}
73
73
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -93,7 +93,7 @@ jobs:
93
93
94
94
steps:
95
95
- uses: actions/checkout@v1
96
-
- uses: plotly/de5-deploy@main
96
+
- uses: plotly/de-deploy@main
97
97
with:
98
98
DE_HOST: ${{ secrets.DE_HOST }}
99
99
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
steps:
126
126
- uses: actions/checkout@v1
127
-
- uses: plotly/de5-deploy@main
127
+
- uses: plotly/de-deploy@main
128
128
with:
129
129
DE_HOST: ${{ secrets.DE_HOST }}
130
130
DE_USERNAME: ${{ secrets.DE_USERNAME }}
@@ -133,11 +133,11 @@ jobs:
133
133
```
134
134
135
135
## 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`.
137
137
138
138
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`.)
139
139
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.
0 commit comments