Testing automated deployment
All checks were successful
Build and push latest / publish (push) Successful in 54s
All checks were successful
Build and push latest / publish (push) Successful in 54s
This commit is contained in:
parent
3f773a416f
commit
17149088f8
@ -30,3 +30,12 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: "git.skullnet.me/erki/embeddingcpp:latest"
|
tags: "git.skullnet.me/erki/embeddingcpp:latest"
|
||||||
file: Dockerfile
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user