Skip to content

Commit 75206bc

Browse files
committed
Deploy Processor before Receiver
1 parent acf3ae6 commit 75206bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/amaurot.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
- run: |
6262
docker push ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-processor:latest
6363
docker push ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-receiver:latest
64-
64+
6565
- uses: google-github-actions/deploy-cloudrun@v2
6666
with:
67-
service: amaurot-receiver
68-
image: ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-receiver:latest
67+
service: amaurot-processor
68+
image: ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-processor:latest
6969
region: ${{ vars.GOOGLE_REGION }}
70-
70+
7171
- uses: google-github-actions/deploy-cloudrun@v2
7272
with:
73-
service: amaurot-processor
74-
image: ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-processor:latest
73+
service: amaurot-receiver
74+
image: ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-receiver:latest
7575
region: ${{ vars.GOOGLE_REGION }}

0 commit comments

Comments
 (0)