Skip to content

Commit

Permalink
fix: deploy branch main -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy2855 committed Jan 24, 2024
1 parent 9a51b6a commit aedccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
script: |
cd ${{secrets.PATH}}
docker-compose down
git pull origin main
git pull origin master
docker-compose up --build -d

0 comments on commit aedccdd

Please sign in to comment.