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: