release 1.0.0
This commit is contained in:
parent
21720624d4
commit
b5a9ab03a6
@ -65,7 +65,7 @@ jobs:
|
||||
run: scp -r artifact/* ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }}:${{ vars.DEPLOY_PATH }}
|
||||
- name: Build and Run Docker Image with Docker Compose
|
||||
run: |
|
||||
ssh ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }} << EOF
|
||||
ssh -T ${{ vars.DEPLOY_USER }}@${{ vars.DEPLOY_HOST }} << EOF
|
||||
cd ${{ vars.DEPLOY_PATH }}
|
||||
docker compose down
|
||||
docker compose up -d --build
|
||||
|
Loading…
x
Reference in New Issue
Block a user