Skip to content

Commit 973bea0

Browse files
authored
Merge pull request #24 from PROCOLLAB-github/patch-ci
Update release-ci.yml
2 parents 7ea9640 + 8619aed commit 973bea0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ jobs:
8686
cache-to: type=gha,mode=max
8787
tags: ${{ steps.meta.outputs.tags }}
8888
labels: ${{ steps.meta.outputs.labels }}
89-
90-
run:
89+
run:
9190
runs-on: ubuntu-latest
9291
needs: [ build ]
9392
steps:
@@ -123,4 +122,4 @@ jobs:
123122
124123
echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env
125124
126-
docker-compose -f docker-compose.prod-ci.yml -p prod up -d
125+
docker-compose -f docker-compose.prod-ci.yml -p prod up -d

0 commit comments

Comments
 (0)