From e4e7c2a07b091f6e5b975c4436341149fa03f527 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Mon, 27 Jan 2025 13:21:49 -0800 Subject: [PATCH] . --- .forgejo/workflows/deploy.yml.disabled | 15 --------------- .forgejo/workflows/publish.yml | 8 +++----- 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 .forgejo/workflows/deploy.yml.disabled diff --git a/.forgejo/workflows/deploy.yml.disabled b/.forgejo/workflows/deploy.yml.disabled deleted file mode 100644 index 4294b33..0000000 --- a/.forgejo/workflows/deploy.yml.disabled +++ /dev/null @@ -1,15 +0,0 @@ -name: Deploy to Server -on: [push] - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Install/Update SSH - run: apt install openssh-client - - name: SSH into the Server - run: ssh-rsa -p ${{ secrets.SSH_PUB }} stickers@192.168.1.107 - - name: Set the directory - run: cd stickerpicker - - name: Pull changes - run: git pull \ No newline at end of file diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 9ab9a28..91e80fb 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -1,11 +1,9 @@ name: Publish on: - workflow_run: - workflows: [Update] - branches: [publish] - types: - - completed + push: + branches: + - "publish" jobs: publish: