Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jun 17, 2024
1 parent e2c7a25 commit d3d8287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
docker build -t ${{ secrets.DOCKER_USERNAME }}/auth .
docker push ${{ secrets.DOCKER_USERNAME }}/auth
- name: Build and push Redis Docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/sunjoo:redis .
docker push %{{ secrets.DOCKER_USERNAME }}/sunjoo:redis

- name: SSH and Deploy
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit d3d8287

Please sign in to comment.