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