File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
"EntryPoint" : [
38
38
" /bin/sh" ,
39
39
" -c" ,
40
- " echo -e $SECRETS_ENV >> ./config/secrets.env && wget -O - <AIRNODE_FEED_CONFIG_URL> >> ./config/airnode-feed.json && node dist/src/index.js"
40
+ " mkdir config && echo -e $SECRETS_ENV >> ./config/secrets.env && wget -O - <AIRNODE_FEED_CONFIG_URL> >> ./config/airnode-feed.json && node dist/src/index.js"
41
41
],
42
42
"LogConfiguration" : {
43
43
"LogDriver" : " awslogs" ,
Original file line number Diff line number Diff line change 44
44
"EntryPoint" : [
45
45
" /bin/sh" ,
46
46
" -c" ,
47
- " wget -O - <SIGNED_API_CONFIG_URL> >> ./config/signed-api.json && node dist/src/index.js"
47
+ " mkdir config && wget -O - <SIGNED_API_CONFIG_URL> >> ./config/signed-api.json && node dist/src/index.js"
48
48
],
49
49
"PortMappings" : [
50
50
{
Original file line number Diff line number Diff line change 44
44
"EntryPoint" : [
45
45
" /bin/sh" ,
46
46
" -c" ,
47
- " wget -O - <SIGNED_API_CONFIGURATION_URL> >> ./config/signed-api.json && node dist/src/index.js"
47
+ " mkdir config && wget -O - <SIGNED_API_CONFIGURATION_URL> >> ./config/signed-api.json && node dist/src/index.js"
48
48
],
49
49
"PortMappings" : [
50
50
{
You can’t perform that action at this time.
0 commit comments