From 75158b82036483f3f4e9da1231ca56ade45792d9 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 19 Jan 2023 16:02:28 -0800 Subject: [PATCH 1/4] Update abra syntax in examples (finally) [mass update] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0051051..7fd6c09 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ TODO 2. Deploy [`coop-cloud/traefik`] 3. `abra app new ${REPO_NAME} --secrets` (optionally with `--pass` if you'd like to save secrets in `pass`) -4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to +4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box -5. `abra app YOURAPPDOMAIN deploy` +5. `abra app deploy YOURAPPDOMAIN` 6. Open the configured domain in your browser to finish set-up [`abra`]: https://git.coopcloud.tech/coop-cloud/abra From 67a77993d935b3f06fb6b901127427a2fe836fc3 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 20 Jan 2023 10:27:12 -0800 Subject: [PATCH 2/4] Automatically generate catalogue on release [mass update] Re: coop-cloud/recipes-catalogue-json#4 --- .drone.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index fc3544a..a78b463 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,24 +33,17 @@ trigger: --- kind: pipeline -name: recipe release +name: generate recipe catalogue steps: - name: release a new version - image: decentral1se/drone-abra:latest - settings: - command: recipe plausible release - deploy_key: - from_secret: abra_bot_deploy_key - - - name: trigger downstream builds image: plugins/downstream settings: - server: https://drone.autonomic.zone + server: https://build.coopcloud.tech token: - from_secret: decentral1se_token + from_secret: drone_abra-bot_token fork: true repositories: - - coop-cloud/auto-apps-json - depends_on: - - release a new version -rsion + - coop-cloud/auto-recipes-catalogue-json + +trigger: + event: tag From 5a22ef6c662f1b7bcd349a74ce7f6a3aa790d74c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 20 Jan 2023 11:58:41 -0800 Subject: [PATCH 3/4] Fix CI by adding networks: [mass update] --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a78b463..10a8da5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,8 @@ steps: settings: host: swarm-test.autonomic.zone stack: plausible + networks: + - proxy purge: true deploy_key: from_secret: drone_ssh_swarm_test From 75189920bf0e71b336283745f0e4da766bd7436f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 21 Jan 2023 11:49:56 -0800 Subject: [PATCH 4/4] Switch to self-hosted stack-ssh-deploy image [mass update] --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 10a8da5..fe2b826 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: deploy to swarm-test.autonomic.zone steps: - name: deployment - image: decentral1se/stack-ssh-deploy:latest + image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone stack: plausible