From 17149088f8f4a352de103980d66022a75863afe5 Mon Sep 17 00:00:00 2001 From: Erki Date: Wed, 2 Oct 2024 09:12:55 +0300 Subject: [PATCH] Testing automated deployment --- .gitea/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 955199b..759ae96 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,4 +29,13 @@ jobs: context: . push: true tags: "git.skullnet.me/erki/embeddingcpp:latest" - file: Dockerfile \ No newline at end of file + file: Dockerfile + + - name: Update compose hosting + uses: appleboy/ssh-action@v1.0.3 + with: + host: ${{ secrets.SSH_HOST }} + username: ${{ secrets.SSH_USER }} + key: ${{ secrets.SSH_KEY }} + script: | + ls -al \ No newline at end of file