Skip to content

Commit

Permalink
Fix: 괄호 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
RinRinPARK committed Aug 5, 2024
1 parent 110c86f commit 00d2950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.USERNAME }}}
key: ${{ secrets.PRIVATE_KEY }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.DEV_PRIVATE_KEY }}
port: ${{ secrets.DEV_PORT }}
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/phote:latest
Expand Down

0 comments on commit 00d2950

Please sign in to comment.