Skip to content

Commit

Permalink
Merge pull request #68 from keboola/COM-1328-ondra
Browse files Browse the repository at this point in the history
Automatic migrate config -> configRow
  • Loading branch information
ondrajodas authored Feb 8, 2022
2 parents fb9a9a1 + 45013c2 commit 01491d6
Show file tree
Hide file tree
Showing 10 changed files with 828 additions and 109 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
KBC_DEVELOPERPORTAL_PASSWORD: ${{ secrets.KBC_DEVELOPERPORTAL_PASSWORD }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
KBC_URL: "https://connection.keboola.com"
KBC_TOKEN: ${{ secrets.KBC_TOKEN }}
KBC_COMPONENTID: "keboola.ex-google-analytics-v4"
jobs:
Build:
runs-on: ubuntu-latest
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Build image and run tests
run: |
docker build -t $APP_IMAGE .
docker run -e CLIENT_ID -e CLIENT_SECRET -e ACCESS_TOKEN -e REFRESH_TOKEN -e VIEW_ID $APP_IMAGE composer ci
docker run -e CLIENT_ID -e CLIENT_SECRET -e ACCESS_TOKEN -e REFRESH_TOKEN -e VIEW_ID -e KBC_URL -e KBC_TOKEN -e KBC_COMPONENTID $APP_IMAGE composer ci
- name: Push image to ECR
run: |
docker pull quay.io/keboola/developer-portal-cli-v2:latest
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"keboola/csv": "^1.1",
"keboola/google-client-bundle": "^5.1",
"keboola/php-component": "^8.1",
"keboola/storage-api-client": "^12.9",
"symfony/config": "^5.2",
"symfony/finder": "^5.2",
"symfony/process": "^5.2"
Expand Down
Loading

0 comments on commit 01491d6

Please sign in to comment.