Skip to content

Commit

Permalink
keep trying
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Nov 13, 2023
1 parent 77ee015 commit cc6b02c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
- name: Config
run: |
poetry run confrecipe -r build/deploy/dev/dev.toml -e localdev
poetry run confrecipe -r build/deploy/staging/staging.toml -e staging
poetry run confrecipe -r build/deploy/production/production.toml -e production
poetry run confrecipe -r build/data_sync/data_sync.toml -e production
poetry run confrecipe -r build/deploy/repl/repl.toml -e production
# poetry run confrecipe -r build/deploy/staging/staging.toml -e staging
# poetry run confrecipe -r build/deploy/production/production.toml -e production
# poetry run confrecipe -r build/data_sync/data_sync.toml -e production
# poetry run confrecipe -r build/deploy/repl/repl.toml -e production
- uses: stefanzweifel/git-auto-commit-action@v4
if: github.event_name != 'pull_request'
with:
commit_message: Config build (automated)
file_pattern: use/

build_db:
# if: ${{ false }}
if: ${{ false }}
strategy:
matrix:
target: ['localdev', 'staging' ]
Expand All @@ -45,7 +45,7 @@ jobs:
env: ${{ matrix.target }}

build_server:
# if: ${{ false }}
if: ${{ false }}
strategy:
matrix:
target: [ 'localdev', 'staging' ]
Expand All @@ -56,7 +56,7 @@ jobs:
GH_DODEKACOMCOM_TOKEN: ${{ secrets.GH_DODEKACOMCOM_TOKEN }}

build_kv:
# if: ${{ false }}
if: ${{ false }}
strategy:
matrix:
target: [ 'localdev', 'staging' ]
Expand Down
2 changes: 1 addition & 1 deletion build/deploy/dev/dev.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# confspawn recipe file
# Sources not just its own, but also includes db, kv and server deployment scripts

config = "config.toml"
config = "config_z.toml"

[[sources]]
source = "build/deploy/compose"
Expand Down
2 changes: 0 additions & 2 deletions config.toml → config_z.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ image_desc = "Image for D.S.A.V. Dodeka PostgreSQL instance."
redisjson_version = "v2.6.6"
project = "ts-dodeka"
service_name = "kv"
# must match <project>-<service_name>-1
container_name = "ts-dodeka-kv-1"
# metaconfig
image_name = "ghcr.io/dsav-dodeka/redis"
host_host = "127.0.0.1"
host_port = "6379"
Expand Down

0 comments on commit cc6b02c

Please sign in to comment.