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 6f453bb commit 3a79045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build and push Redis Docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/sunjoo:redis .
docker push %{{ secrets.DOCKER_USERNAME }}/sunjoo:redis
docker push ${{ secrets.DOCKER_USERNAME }}/sunjoo:redis

- name: SSH and Deploy
Expand Down

0 comments on commit 3a79045

Please sign in to comment.