Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyubam authored Feb 27, 2023
1 parent 73dbdd9 commit 0d3f004
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Deploy

on:
push:
branches: [ "develop" ]
# pull_request:
# branches: [ "develop" ]
branches: [ "main" ]

permissions:
contents: read
Expand Down Expand Up @@ -57,4 +55,4 @@ jobs:
script: |
docker pull choo000407/atties_spring:${GITHUB_SHA::7}
docker tag choo000407/atties_spring:${GITHUB_SHA::7} atties_spring
docker-compose up -d
docker-compose up -d

0 comments on commit 0d3f004

Please sign in to comment.