From cbd4c41d3255aa7e8d47fb8ac25902a5b60185e3 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 15 Oct 2023 15:32:06 -0300 Subject: [PATCH] feat: add to CI/CD piplin --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index a575385b..dbb9a063 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -18,5 +18,5 @@ jobs: uses: dokku/github-action@master with: branch: 'main' - git_remote_url: 'ssh://dokku@staging.discours.io:22/feature/refactoring-services' + git_remote_url: 'ssh://dokku@staging.discours.io:22/backend' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file