Skip to content

Commit

Permalink
Merge branch 'develop' into fix#23-implement-cicd-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hojinida authored Jul 29, 2024
2 parents 650b97b + 3decba2 commit ed9fb1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
tags: ${{ secrets.DOCKER_USERNAME }}/dev:latest

- name: Add SSH
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/dev:latest

- name: Add SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit ed9fb1f

Please sign in to comment.