all repos — website @ f0b9760e18484cb0dee3b6976095c7ab8320b59d

My official website.

Delete production.yaml
Michael Kinder michael@foggymtndrifter.com
Thu, 31 Oct 2024 19:26:32 +0000
commit

f0b9760e18484cb0dee3b6976095c7ab8320b59d

parent

0c8fd874b1da671b1e877f4c9321a22ef95cbd1f

1 files changed, 0 insertions(+), 23 deletions(-)

jump to
D .gitea/workflows/production.yaml

@@ -1,23 +0,0 @@

-name: Production Deployment - -on: - push: - branches: - - 'main' - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Deploy to SEELF - env: - SEELF_API_KEY: ${{ secrets.SEELF_API_KEY }} - run: | - curl -i -X POST \ - -H "Authorization:Bearer $SEELF_API_KEY" \ - -H "Content-Type: application/json" \ - -d "{ \"environment\":\"production\",\"git\":{ \"branch\": \"${{ github.ref_name }}\" } }" \ - https://deploy.fmd.gg/api/v1/apps/2nnjlusmcYTFzgKHFxmGLzAtkAH/deployments