From 29617a07a539fd18df506d1772234ea744c07b3c Mon Sep 17 00:00:00 2001 From: MrZaiko Date: Thu, 10 Apr 2025 08:33:52 +0200 Subject: [PATCH] Remove deploy.sh --- .gitea/workflows/deploy.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .gitea/workflows/deploy.sh diff --git a/.gitea/workflows/deploy.sh b/.gitea/workflows/deploy.sh deleted file mode 100644 index 3b2bad5..0000000 --- a/.gitea/workflows/deploy.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env sh - -#!/bin/bash - -# Config -PORTAINER_URL="http://192.168.1.17:9000" -API_KEY="${PORTAINER_API_KEY}" # store this securely! -STACK_ID=27 # local_stuff stack - -# Redeploy Stack -curl -s -X POST "$PORTAINER_URL/api/stacks/$STACK_ID/redeploy" \ - -H "X-API-Key: $API_KEY" \ - -H "Content-Type: application/json" \ - -d '{}'