all repos — website @ e134ccdeba503095cc8c4e3a029c996a9cfd605e

My official website.

Edit .onedev-buildspec.yml
Michael Kinder michael@foggymtndrifter.com
Thu, 31 Oct 2024 19:21:32 +0000
commit

e134ccdeba503095cc8c4e3a029c996a9cfd605e

parent

4e21924a6fa973191072b25600fb182b9605b426

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .onedev-buildspec.yml.onedev-buildspec.yml

@@ -11,7 +11,7 @@ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL

- !CommandStep name: Deploy to SEELF runInContainer: true - image: ubuntu:latest + image: curlimages/curl:latest interpreter: !DefaultInterpreter commands: | curl -i -X POST -H "Authorization: Bearer @secret:SEELF_API_KEY@" -H "Content-Type: application/json" -d "{ \"environment\":\"production\",\"git\":{ \"branch\": \"@ref@\" } }" https://deploy.fmd.gg/api/v1/apps/2nnjlusmcYTFzgKHFxmGLzAtkAH/deployments

@@ -36,7 +36,7 @@ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL

- !CommandStep name: Deploy to SEELF runInContainer: true - image: ubuntu:latest + image: curlimages/curl:latest interpreter: !DefaultInterpreter commands: | curl -i -X POST -H "Authorization: Bearer @secret:SEELF_API_KEY@" -H "Content-Type: application/json" -d "{ \"environment\":\"staging\",\"git\":{ \"branch\": \"@ref@\" } }" https://deploy.fmd.gg/api/v1/apps/2nnjlusmcYTFzgKHFxmGLzAtkAH/deployments