update workflow
Some checks failed
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Failing after 1m1s
Some checks failed
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Failing after 1m1s
This commit is contained in:
9
.github/workflows/build-deploy.yml
vendored
9
.github/workflows/build-deploy.yml
vendored
@@ -47,11 +47,4 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
- name: Deploy stack
|
||||
uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: git pull && docker compose -f compose.yaml pull && docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user