Skip to content

Commit

Permalink
refactor(ci): remove temporary deployment rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianUntermoser committed Jun 18, 2024
1 parent 520ab92 commit 5b7df30
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- development
- feature/deployment-vm # TODO: remove temporary branch for testing
workflow_run:
workflows:
- Build and Push Web Docker Image
Expand Down Expand Up @@ -48,9 +47,6 @@ jobs:
cd ~/${{ github.event.repository.name }}/
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{github.actor}} --password-stdin
docker compose -f docker-compose.dev.yml pull
TAG=feature-deployment-vm docker compose -f docker-compose.dev.yml pull cms
docker compose -f docker-compose.dev.yml down
docker compose -f docker-compose.dev.yml up -d --wait --no-build --force-recreate db
docker compose -f docker-compose.dev.yml up -d --wait --no-build --force-recreate web
TAG=feature-deployment-vm docker compose -f docker-compose.dev.yml up -d --wait --no-build --force-recreate cms
docker compose -f docker-compose.dev.yml up -d --wait --no-build --force-recreate
docker compose -f docker-compose.dev.yml logs -t -n 50

0 comments on commit 5b7df30

Please sign in to comment.