Update deploy.yml
This commit is contained in:
parent
2259b7e8a1
commit
1d8cc85fc6
1 changed files with 5 additions and 6 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
|
@ -33,14 +33,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: TapTap21/docker-remote-deployment-action@v1.1
|
- uses: wshihadeh/docker-deployment-action@v2
|
||||||
name: Docker-Compose Remote Deployment
|
name: Docker Deployment
|
||||||
with:
|
with:
|
||||||
remote_docker_host: ${{ secrets.DEPLOY_HOST }}
|
remote_docker_host: ${{ secrets.DEPLOY_HOST }}
|
||||||
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
|
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
ssh_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
ssh_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
||||||
|
copy_stack_file: true
|
||||||
|
deploy_path: ~/deployments/skyjo-fe
|
||||||
stack_file_name: docker-compose.yml
|
stack_file_name: docker-compose.yml
|
||||||
docker_login_password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
args: skyjo-fe
|
||||||
docker_login_user: ${{ github.actor }}
|
|
||||||
docker_login_registry: ghcr.io
|
|
||||||
args: -p skyjo-fe up -d
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue