Skip to content

Commit f98ca98

Browse files
ci: add keboola.ex-facebook-ads-v2 to ECR push and deploy targets
Co-Authored-By: olena.marchuk@keboola.com <olena.marchuk@keboola.com>
1 parent 2638c91 commit f98ca98

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
KBC_DEVELOPERPORTAL_VENDOR: "keboola"
1010
KBC_DEVELOPERPORTAL_APP_FB: "keboola.ex-facebook"
1111
KBC_DEVELOPERPORTAL_APP_FB_ADS: "keboola.ex-facebook-ads"
12+
KBC_DEVELOPERPORTAL_APP_FB_ADS_V2: "keboola.ex-facebook-ads-v2"
1213
KBC_DEVELOPERPORTAL_APP_INSTAGRAM: "keboola.ex-instagram"
1314
KBC_DEVELOPERPORTAL_USERNAME: "keboola+facebook_extractor_github_actions"
1415
KBC_DEVELOPERPORTAL_PASSWORD: ${{ secrets.KBC_DEVELOPERPORTAL_PASSWORD }}
@@ -74,6 +75,17 @@ jobs:
7475
push_latest: ${{ steps.tag.outputs.is_semantic_tag }}
7576
source_image: ${{ env.APP_IMAGE}}
7677

78+
- name: Push Facebook ads v2 extractor image to ECR
79+
uses: keboola/action-push-to-ecr@master
80+
with:
81+
vendor: ${{ env.KBC_DEVELOPERPORTAL_VENDOR }}
82+
app_id: ${{ env.KBC_DEVELOPERPORTAL_APP_FB_ADS_V2 }}
83+
username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }}
84+
password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }}
85+
tag: ${{ steps.tag.outputs.app_image_tag }}
86+
push_latest: ${{ steps.tag.outputs.is_semantic_tag }}
87+
source_image: ${{ env.APP_IMAGE}}
88+
7789
- name: Push Instagram extractor image to ECR
7890
uses: keboola/action-push-to-ecr@master
7991
with:
@@ -159,6 +171,16 @@ jobs:
159171
password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }}
160172
tag: ${{ needs.build.outputs.app_image_tag }}
161173

174+
-
175+
name: Set tag in the Deloper Portal (Facebook Ads V2 Extractor)
176+
uses: keboola/action-set-tag-developer-portal@master
177+
with:
178+
vendor: ${{ env.KBC_DEVELOPERPORTAL_VENDOR }}
179+
app_id: ${{ env.KBC_DEVELOPERPORTAL_APP_FB_ADS_V2 }}
180+
username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }}
181+
password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }}
182+
tag: ${{ needs.build.outputs.app_image_tag }}
183+
162184
-
163185
name: Set tag in the Deloper Portal (Instagram Extractor)
164186
uses: keboola/action-set-tag-developer-portal@master

0 commit comments

Comments
 (0)