@@ -141,9 +141,11 @@ yarn build:nginx
141
141
Just trigger one of the following workflows:
142
142
143
143
``` bash
144
- .github/workflows/bash__deploy-nginx.yml
144
+ # .github/workflows
145
145
146
- .github/workflows/default__deploy-nginx.yml
146
+ bash__deploy-nginx.yml
147
+
148
+ default__deploy-nginx.yml
147
149
```
148
150
149
151
SSH alias for the remote server, example config file:
@@ -163,11 +165,13 @@ Host arm1 123.123.13.123
163
165
Only available in Github Actions. Just trigger one of the following workflows:
164
166
165
167
``` bash
168
+ # .github/workflows
169
+
166
170
# uses official Astro action
167
- .github/workflows/ gh-pages__deploy-astro.yml
171
+ gh-pages__deploy-astro.yml
168
172
169
173
# uses manual build, useful for Astro in monorepos
170
- .github/workflows/ gh-pages__deploy-manual.yml
174
+ gh-pages__deploy-manual.yml
171
175
```
172
176
173
177
### 3. Docker
@@ -214,13 +218,15 @@ yarn deploy:docker
214
218
Just trigger these workflows:
215
219
216
220
``` bash
221
+ # .github/workflows
222
+
217
223
# build and push Docker image
218
- .github/workflows/ default__build-push-docker.yml
224
+ default__build-push-docker.yml
219
225
220
226
# pull and run latest Docker image
221
227
# trigger one of the following:
222
- .github/workflows/ bash__deploy-docker.yml
223
- .github/workflows/ default__deploy-docker.yml
228
+ bash__deploy-docker.yml
229
+ default__deploy-docker.yml
224
230
```
225
231
226
232
## Roadmap
0 commit comments