Skip to content

Commit

Permalink
docker-image.yml 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yooonwodyd committed Dec 21, 2023
1 parent 3b4bfce commit 756a28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
if: contains(github.ref, 'develop')
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.REMOTE_IP }}
username: ${{ secrets.REMOTE_SSH_ID }}
key: ${{ secrets.REMOTE_SSH_KEY }}
port: ${{ secrets.REMOTE_SSH_PORT }}
host: ${{ happy.REMOTE_IP }}
username: ${{ happy.REMOTE_SSH_ID }}
key: ${{ happy.REMOTE_SSH_KEY }}
port: ${{ happy.REMOTE_SSH_PORT }}
script: |
sudo docker ps
sudo docker pull yooonwodyd00/happynewhere_be-app
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=3641163fbd0e73f9d1ce14d4388d37cc&redirect_uri=http://happynewhere.서버.한국:8080/login/kakao">
Kakao 로그인
이제 안됨~~~~~
ci/cd 적용 완ㅅㅅ
ci/cd 적용
</a>
</body>
</html>

0 comments on commit 756a28f

Please sign in to comment.