@@ -141,9 +141,9 @@ 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/bash__deploy-nginx.yml
145
145
146
- # .github/workflows/default__deploy-nginx.yml
146
+ .github/workflows/default__deploy-nginx.yml
147
147
```
148
148
149
149
SSH alias for the remote server, example config file:
@@ -164,10 +164,10 @@ Only available in Github Actions. Just trigger one of the following workflows:
164
164
165
165
``` bash
166
166
# uses official Astro action
167
- # .github/workflows/gh-pages__deploy-astro.yml
167
+ .github/workflows/gh-pages__deploy-astro.yml
168
168
169
169
# uses manual build, useful for Astro in monorepos
170
- # .github/workflows/gh-pages__deploy-manual.yml
170
+ .github/workflows/gh-pages__deploy-manual.yml
171
171
```
172
172
173
173
### 3. Docker
@@ -215,12 +215,12 @@ Just trigger these workflows:
215
215
216
216
``` bash
217
217
# build and push Docker image
218
- # .github/workflows/default__build-push-docker.yml
218
+ .github/workflows/default__build-push-docker.yml
219
219
220
220
# pull and run latest Docker image
221
221
# trigger one of the following:
222
- # .github/workflows/bash__deploy-docker.yml
223
- # .github/workflows/default__deploy-docker.yml
222
+ .github/workflows/bash__deploy-docker.yml
223
+ .github/workflows/default__deploy-docker.yml
224
224
```
225
225
226
226
## Roadmap
0 commit comments