From 3f72e9c7872ce0ed820f6109e93debf4b19ae7a1 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Thu, 11 Apr 2024 16:26:17 -0300 Subject: [PATCH] feat: push to v2 without check packege-lock --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index f539ab4..e19930f 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -27,9 +27,9 @@ jobs: id: branch_name run: echo "::set-output name=branch::$(echo ${GITHUB_REF##*/})" - - name: Push to dokku + - name: Push to v2.discours.io server uses: dokku/github-action@master with: branch: 'main' - git_remote_url: 'ssh://dokku@v2.discours.io:22/${{ steps.repo_name.outputs.repo }}' + git_remote_url: 'ssh://dokku@v2.discours.io:22/crdt-server' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}