Skip to content

Commit

Permalink
fix: docker build tag 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Jun 27, 2024
1 parent ff7e7e9 commit da8bd0c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: deploy

on:
pull_request:
branches: [dev]
types: [closed]
# pull_request:
# branches: [dev]
# types: [closed]
push:
branches: [refactor/cd-flow]

jobs:
deploy:
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/qtudy-server:latest
tags: ${{ steps.meta.outputs.tags }}

- name: EC2 서버에 배포
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit da8bd0c

Please sign in to comment.