Skip to content

Commit

Permalink
compose
Browse files Browse the repository at this point in the history
  • Loading branch information
indrif committed Nov 15, 2024
1 parent e280656 commit 5cc9c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
cd diamonds2
git fetch
git checkout --progress --force ${{ github.sha }}
docker compose down --remove-orphans
docker-compose down --remove-orphans
docker system prune -af
source ~/.bash_profile
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
DIAMONDS_DOCKER_TAG=main-${{ github.sha }} docker compose -f docker-compose.prod-run.yml up -d
DIAMONDS_DOCKER_TAG=main-${{ github.sha }} docker-compose -f docker-compose.prod-run.yml up -d
- name: Update autoscaler
uses: appleboy/ssh-action@v1
Expand Down

0 comments on commit 5cc9c71

Please sign in to comment.