Skip to content

Commit

Permalink
Fix branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 committed Jun 24, 2024
1 parent 281a529 commit 667466c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cd /var/docker/yam-notification/${DOCKER_BRANCH}
cd /var/docker/${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}/${DOCKER_BRANCH}
git pull origin ${DOCKER_BRANCH}
docker compose --file docker-compose-branch.yml pull
docker compose --file docker-compose.yml pull
docker login -u ${{ secrets.DOCKER_LOGIN }} -p ${{ secrets.DOCKER_PASSWD }} ${DOCKER_REGISTRY}
COMMUNITY_API_KEY=${{ secrets.COMMUNITY_API_KEY }} \
docker compose --project-name ${{ github.ref_name }}-dashboard --file docker-compose-branch.yml up -d'
docker compose --project-name ${{ github.ref_name }}-dashboard --file docker-compose.yml up -d'

0 comments on commit 667466c

Please sign in to comment.