We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3582e8f commit 5647c60Copy full SHA for 5647c60
2 files changed
.github/workflows/github_build_release.yml
@@ -23,6 +23,8 @@ jobs:
23
docker network create frontend
24
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
25
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
26
+ docker compose run --rm node yarn install
27
+ docker compose run --rm node yarn build
28
29
- name: Make assets dir
30
run: |
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.7.1] - 2024-11-08
11
+
12
+- Added automatic deployment
13
14
## [1.7.0] - 2024-10-14
15
16
- Switch to using vault bundle
0 commit comments