Skip to content

Commit

Permalink
Merge pull request #36 from entelecheia/entelecheia/issue35
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Aug 29, 2023
2 parents de1d04e + 06811a7 commit 93d06b5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-docker-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.13.0-37-gc2fdc7a
_commit: v0.13.0-40-gc1a8982
_src_path: .
app_clone_dirname: entelecheia/entelecheia
app_install_root: /workspace/projects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-app-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tmp/.copier-docker-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.13.0-38-gf840aaa
_commit: v0.13.0-41-g9f45507
_src_path: .
app_clone_dirname: entelecheia/entelecheia
app_install_root: /workspace/projects
Expand Down
6 changes: 6 additions & 0 deletions tmp/.github/workflows/deploy-app-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions tmp/.github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down

0 comments on commit 93d06b5

Please sign in to comment.