From e8d85d99145cdd1e7c23cb004b24dfc5b60d2401 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskii Date: Wed, 24 Jan 2024 20:43:10 -0300 Subject: [PATCH] debug: simplify main.yml for actions --- .gitea/workflows/main.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index f61a8741..2eae227a 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -4,30 +4,6 @@ on: branches: - feature/core -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Cloning repo - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Push to core - uses: dokku/github-action@master - with: - ssh-private-key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }} - ssh-host: staging.discours.io - ssh-user: dokku - app-name: core - git-remote-url: ssh://dokku@staging.discours.io:22/core - -name: 'Deploy to core' -on: - push: - branches: - - feature/core - jobs: deploy: runs-on: ubuntu-latest