Skip to content

Commit

Permalink
Fix step naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Jacob committed Dec 27, 2023
1 parent 8a01e6d commit 94b9343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
needs: build
steps:
- name: executing remote ssh commands using ssh key
- name: deploy using ssh
uses: appleboy/[email protected]
with:
host: ${{ secrets.DEPLOY_HOST }}
Expand Down

0 comments on commit 94b9343

Please sign in to comment.