Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poi1649 authored Nov 23, 2023
1 parent babe809 commit 3021594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ name: 백엔드 배포
on:
push:
branches: [BE/chore/docker-test-2]

defaults:
run:
working-directory: backend

permissions:
checks: write

jobs:
build-and-push:

defaults:
run:
working-directory: backend
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -60,6 +59,7 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

deploy:
runs-on: self-hosted
if: ${{ needs.build-and-push.result == 'success' }}
Expand Down

0 comments on commit 3021594

Please sign in to comment.