-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# website_content | ||
testing deployment with content only website | ||
|
||
act --input ACT=true --container-options "-v ~/dist:/mnt/act_dist" | ||
act --input-file .env --container-options "-v ~/dist:/mnt/act_dist" | ||
## usage | ||
|
||
initialise by fetching services dockerfiles with | ||
|
||
```shell | ||
run init | ||
``` | ||
this will populate `./containers/dockerfiles` with the list from `./containers/seeds/seeds.yaml` | ||
|
||
then build using astro-big-doc repo with | ||
|
||
```shell | ||
run build | ||
``` | ||
this will take as input that will be mapped as volumes | ||
- ./content | ||
- ./public | ||
- ./menu.yaml | ||
|
||
and will generate the build in the `./dist` folder | ||
|
||
then test by deploying a server on http://localhost | ||
```shell | ||
run server | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters