Skip to content

Commit

Permalink
fix: updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akromjon committed Feb 7, 2024
1 parent b991c34 commit d47ddc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
name: deploy to staging
runs-on: ubuntu 22.04
steps:
name: Deploy
- name: Deploy
uses: appleboy/[email protected]
with:
with:
host: ${{ secrets.STAGING_HOST }}
username: staging
key: ${{ secrets.STAGING_PRIVATE_KEY }}
Expand Down

0 comments on commit d47ddc0

Please sign in to comment.