Skip to content

Commit 735cd53

Browse files
committed
copy over all envsubst
1 parent 3ab34e3 commit 735cd53

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,24 @@ jobs:
6666
VITE_PRODUCTION_PEER_HOST: 0.peerjs.com
6767
VITE_PRODUCTION_PEER_PORT: 443
6868
run: |
69-
envsubst < ./cwa/example.wrangler.toml > ./cwa/wrangler.toml
70-
envsubst < ./api-ugc/example.wrangler.toml > ./api-ugc/wrangler.toml
71-
envsubst < ./hub/example.wrangler.toml > ./hub/wrangler.toml
72-
envsubst < ./hub/.example.env.production > ./hub/.env.production
73-
envsubst < ./app/.example.env.production > ./app/.env.production
74-
envsubst < ./app/.example.env.test > ./app/.env.test
75-
envsubst < ./app-playwright/.example.env.test > ./app-playwright/.env.test
69+
envsubst < ./cwa/.example.dev.vars > ./cwa/.dev.vars
70+
envsubst < ./cwa/example.wrangler.toml > ./cwa/wrangler.toml
71+
envsubst < ./api-ugc/.example.dev.vars > ./api-ugc/.dev.vars
72+
envsubst < ./api-ugc/example.wrangler.toml > ./api-ugc/wrangler.toml
73+
envsubst < ./hub/.example.env > ./hub/.env
74+
envsubst < ./hub/.example.env > ./hub/.dev.vars
75+
envsubst < ./hub/.example.env.development > ./hub/.env.development
76+
envsubst < ./hub/.example.env.production > ./hub/.env.production
77+
envsubst < ./hub/example.wrangler.toml > ./hub/wrangler.toml
78+
envsubst < ./lrpc/.example.env > ./lrpc/.env
79+
envsubst < ./app-ugc/example.env.sh > ./app-ugc/env.sh
80+
envsubst < ./hub-ugc/example.env.sh > ./hub-ugc/env.sh
81+
envsubst < ./app/example.env.sh > ./app/env.sh
82+
envsubst < ./app/.example.env.test > ./app/.env.test
83+
envsubst < ./app/.example.env.development > ./app/.env.development
84+
envsubst < ./app/.example.env.production > ./app/.env.production
85+
envsubst < ./app-playwright/.example.env.test > ./app-playwright/.env.test
86+
envsubst < ./app-playwright/.example.env.development > ./app-playwright/.env.development
7687
sudo tee -a /etc/hosts < devhosts
7788
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname"
7889
rsync -R key.pem app/.cert/

0 commit comments

Comments
 (0)