Skip to content

Commit

Permalink
push develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwhsk0 authored Dec 6, 2024
1 parent 01dbb0e commit e912afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: CI/CD
on:
push:
branches:
- main
- develop
pull_request:
branches:
- '**'
@@ -63,4 +63,4 @@ jobs:
sudo echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${GITHUB_SHA::7}
sudo docker tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${GITHUB_SHA::7} alchive_spring
sudo docker-compose up -d
sudo docker-compose up -d

0 comments on commit e912afe

Please sign in to comment.