Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtuchs committed Jun 20, 2024
1 parent 022d28b commit ffc3bdb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
deploy-services:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Push required props to GITHUB_ENV
run: |
echo "PROFILE=stage" >> $GITHUB_ENV
Expand All @@ -33,7 +36,7 @@ jobs:
working-directory: ./
run: |
pwd
bash ./gradlew :rococo-auth:jib -Pskipjaxb -x :rococo-e2e:test
bash ./gradlew :rococo-auth:jib -x :rococo-e2e:test
docker-compose pull auth.rococo.dc
docker-compose stop auth.rococo.dc && docker-compose up -d --no-deps auth.rococo.dc
docker system prune -a -f
Expand All @@ -44,7 +47,7 @@ jobs:
working-directory: ./
run: |
pwd
bash ./gradlew :rococo-api:jib -Pskipjaxb -x :rococo-e2e:test
bash ./gradlew :rococo-api:jib -x :rococo-e2e:test
docker-compose pull api.rococo.dc
docker-compose stop api.rococo.dc && docker-compose up -d --no-deps api.rococo.dc
docker system prune -a -f
Expand Down

0 comments on commit ffc3bdb

Please sign in to comment.