Skip to content

Commit

Permalink
prod: test26 (#prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed May 28, 2024
1 parent beb2c63 commit 0d3c66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:${{ secrets.PROD_TAG }}

- name: 인스턴스 접속 및 배포 스크립트 실행
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v0.1.9
with:
host: ${{ secrets.PROD_EC2_HOST }}
username: ${{ secrets.PROD_EC2_USERNAME }}
Expand Down

0 comments on commit 0d3c66f

Please sign in to comment.