Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ce-dev-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
git clone https://github.com/codeenigma/wikis2pages.git
cd wikis2pages
/bin/bash init.sh https://${{ secrets.GITHUB_TOKEN }}@github.com/codeenigma/ce-dev.git 1.x
/bin/sh set-current.sh ce-dev-1.x
/bin/sh set-current.sh ce-dev-local
docker exec --user ce-dev --workdir /home/ce-dev/deploy/live.local wikis2pages-hugo hugo
/bin/sh .github-actions-push.sh
cd /home/runner/wikis2pages/public/ce-dev-1.x
cd /home/runner/wikis2pages/public/ce-dev-local
git remote add ci https://${{ secrets.DOCS_GITHUB_TOKEN }}@github.com/codeenigma/ce-dev-docs.git
git push ci master
shell: bash
9 changes: 7 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
1.1.22
Drupal 9 template building.
1.1.23
Changed credentials_handling to manual, to generate ce-dev and root as user/password instead of a random string.
Using vendor/drush as drush instead of the phar file.
Included lhci_run as role in the deploy step, with one tests for the homepage.
Using full command paths to define pre/post_tasks
Renamed the settings and drush templates inside ansible/web/site/default
Removed the pre_tasks in provision.yml to uninstall nodejs 12.
3 changes: 3 additions & 0 deletions docker-images/controller-ci/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
local_dir: /home/controller/ce-provision
groups: []
galaxy_custom_requirements_file: ""
galaxy_roles_directory: "/home/{{ _ce_provision.username }}/.ansible/roles"
upgrade_galaxy:
enabled: false
roles:
- ce_provision
3 changes: 3 additions & 0 deletions docker-images/controller/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
local_dir: /home/ce-dev/ce-provision
groups: []
galaxy_custom_requirements_file: ""
galaxy_roles_directory: "/home/{{ _ce_provision.username }}/.ansible/roles"
upgrade_galaxy:
enabled: false
roles:
- ce_provision
- ce_deploy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ce-dev",
"description": "Local Stack wrapper tool",
"version": "1.1.22",
"version": "1.1.23",
"author": " @pm98zz-c",
"bin": {
"ce-dev": "./bin/run"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
type-fest "^0.11.0"

ansi-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
version "3.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==

ansi-regex@^4.1.0:
version "4.1.0"
Expand Down Expand Up @@ -1586,9 +1586,9 @@ minimatch@^3.0.4:
brace-expansion "^1.1.7"

minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

mkdirp-classic@^0.5.2:
version "0.5.3"
Expand All @@ -1603,9 +1603,9 @@ mkdirp@^0.5.1:
minimist "^1.2.5"

moment@^2.22.1:
version "2.27.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

ms@^2.1.1:
version "2.1.2"
Expand Down