Edit .onedev-buildspec.yml
Michael Kinder michael@foggymtndrifter.com
Thu, 31 Oct 2024 19:21:32 +0000
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