Update deploy.yml
This commit is contained in:
parent
5346c558aa
commit
2259b7e8a1
1 changed files with 8 additions and 9 deletions
17
.github/workflows/deploy.yml
vendored
17
.github/workflows/deploy.yml
vendored
|
|
@ -33,15 +33,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: astappiev/docker-compose-remote-action@master
|
- uses: TapTap21/docker-remote-deployment-action@v1.1
|
||||||
name: Docker-Compose Remote Deployment
|
name: Docker-Compose Remote Deployment
|
||||||
with:
|
with:
|
||||||
ssh_host: ${{ secrets.DEPLOY_HOST }}
|
remote_docker_host: ${{ secrets.DEPLOY_HOST }}
|
||||||
ssh_user: ${{ secrets.DEPLOY_USER }}
|
|
||||||
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
|
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
ssh_host_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
ssh_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
||||||
docker_compose_prefix: skyjo-fe
|
stack_file_name: docker-compose.yml
|
||||||
workspace: ~/deployments/skyjo-fe
|
docker_login_password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
||||||
container_registry: ghcr.io
|
docker_login_user: ${{ github.actor }}
|
||||||
container_registry_username: ${{ github.actor }}
|
docker_login_registry: ghcr.io
|
||||||
container_registry_password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
args: -p skyjo-fe up -d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue