Skip to content

Commit

Permalink
πŸ‘· [CICD] github_actions.yml μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Jan 18, 2025
1 parent a43c73f commit 07fd3aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types: [ closed ]
branches:
- develop
push:
branches:
- cicd/172
workflow_dispatch: # μˆ˜λ™ μ‹€ν–‰ κ°€λŠ₯

jobs:
Expand Down Expand Up @@ -98,7 +101,7 @@ jobs:
-e GMAIL_PWD=${{ secrets.GMAIL_PWD }} \
-e RIOT_API=${{ secrets.RIOT_API }} \
-e SOCKET_SERVER_URL=${{ secrets.SOCKET_SERVER_URL }} \
${{ secrets.DOCKERHUB_USERNAME }}/gamegoov2-api:${{ github.sha }}
${{ secrets.DOCKERHUB_USERNAME }}/gamegoo-api-v2:${{ github.sha }}
# μ‹€νŒ¨ μ‹œ λ””μŠ€μ½”λ“œμ— μ•Œλ¦Ό 보내기
- name: 배포 μ‹€νŒ¨ μ‹œ λ””μŠ€μ½”λ“œ μ•Œλ¦Ό 전솑
Expand Down

0 comments on commit 07fd3aa

Please sign in to comment.