File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ jobs:
61
61
- run : |
62
62
docker push ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-processor:latest
63
63
docker push ${{ secrets.GOOGLE_ARTIFACT_REGISTRY }}/amaurot-receiver:latest
64
-
64
+
65
65
- uses : google-github-actions/deploy-cloudrun@v2
66
66
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
69
69
region : ${{ vars.GOOGLE_REGION }}
70
-
70
+
71
71
- uses : google-github-actions/deploy-cloudrun@v2
72
72
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
75
75
region : ${{ vars.GOOGLE_REGION }}
You can’t perform that action at this time.
0 commit comments