Skip to content

Commit

Permalink
Fix missing action use
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Mar 13, 2024
1 parent 71e12fc commit daed6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- name: Copy docker-compose file to remote server
uses: actions/[email protected]
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
Expand Down

0 comments on commit daed6db

Please sign in to comment.