Skip to content

Commit

Permalink
Merge pull request #41 from Sopo2023/feat/#1
Browse files Browse the repository at this point in the history
Feat/#1
  • Loading branch information
GayeongKimm authored Jul 30, 2024
2 parents f5d09c9 + dc3aa86 commit 00bd671
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: List build/libs contents
run: ls -la build/libs

- name: Docker build
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_USERNAME }}/sopo .
docker push ${{ secrets.DOCKER_USERNAME }}/sopo:latest
- name: Deploy to prod
uses: appleboy/ssh-action@master
id: deploy-prod
Expand Down

0 comments on commit 00bd671

Please sign in to comment.