File tree 3 files changed +3
-31
lines changed
deployment/hashnode-starter-kit 3 files changed +3
-31
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,10 @@ jobs:
14
14
build :
15
15
runs-on : mdb-dev
16
16
env :
17
- AWS_REGION : us-east-2
17
+ AWS_REGION : us-east-1
18
18
steps :
19
- - name : Generate token
20
- # Use the Github App private key to request an installation
21
- # token with read-only access to the organization's private
22
- # repositories. This token is then used in the checkout step
23
- # (but not in subsequent steps that create releases and upload
24
- # assets, those still use the default token that has write
25
- # access to the current repository).
26
- id : generate_token
27
- uses : tibdex/github-app-token@v1
28
- with :
29
- app_id : ${{ secrets.ACTION_APP_ID }}
30
- private_key : ${{ secrets.ACTION_APP_KEY }}
31
19
- name : Checkout tag
32
20
uses : actions/checkout@v4
33
- with :
34
- token : ${{ steps.generate_token.outputs.token }}
35
21
- name : Pull MindsDB Github Actions
36
22
uses : actions/checkout@v4
37
23
with :
Original file line number Diff line number Diff line change @@ -14,24 +14,10 @@ jobs:
14
14
build :
15
15
runs-on : mdb-dev
16
16
env :
17
- AWS_REGION : us-east-2
17
+ AWS_REGION : us-east-1
18
18
steps :
19
- - name : Generate token
20
- # Use the Github App private key to request an installation
21
- # token with read-only access to the organization's private
22
- # repositories. This token is then used in the checkout step
23
- # (but not in subsequent steps that create releases and upload
24
- # assets, those still use the default token that has write
25
- # access to the current repository).
26
- id : generate_token
27
- uses : tibdex/github-app-token@v1
28
- with :
29
- app_id : ${{ secrets.ACTION_APP_ID }}
30
- private_key : ${{ secrets.ACTION_APP_KEY }}
31
19
- name : Checkout tag
32
20
uses : actions/checkout@v4
33
- with :
34
- token : ${{ steps.generate_token.outputs.token }}
35
21
- name : Pull MindsDB Github Actions
36
22
uses : actions/checkout@v4
37
23
with :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ deployment:
8
8
9
9
# Where the image comes from. This should be the ECR Repo / Gitlab Group / Repo Name
10
10
image :
11
- repository : 454861456664 .dkr.ecr.us-east-2 .amazonaws.com/mindsdb-hashnode-starter-kit
11
+ repository : 168681354662 .dkr.ecr.us-east-1 .amazonaws.com/mindsdb-hashnode-starter-kit
12
12
# Uncomment these two temporarily (and disable probes below) to debug manually in Kubernetes
13
13
# command: ["/bin/sh"]
14
14
# args: ["-c", "while true; do echo hello; sleep 10;done"]
You can’t perform that action at this time.
0 commit comments