Skip to content

Commit

Permalink
Update deploy-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylovejoy authored May 8, 2024
1 parent 0d0e80b commit a296684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v2
- uses: chaplyk/[email protected]
with:
ssh_host: ${{ secrets.HOST }}
ssh_host: ${{ secrets.SSH_HOST }}
ssh_user: ${{ secrets.SSH_USER }}
ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh_key: ${{ secrets.SSH_KEY }}
compose_file: docker-compose.yml
build: true

Expand Down

0 comments on commit a296684

Please sign in to comment.