File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 7171 env :
7272 DEVOPSBOT_GPG_PRIVATE_KEY : ${{ secrets.DEVOPSBOT_GPG_PRIVATE_KEY }}
7373 run : |
74- ./utils/version_update.sh \
75- ./dev/platform/relay-protocol-hub.yaml \
76- ${{ github.sha }} \
77- relay-protocol-hub
74+ ./utils/version_update_batch.sh relay-protocol-hub ${{ github.sha }} $(grep -rl 'application: relay-protocol-hub' dev/platform/ | tr '\n' ' ')
7875
7976 deploy-production :
8077 name : Deploy to Production
9693 env :
9794 DEVOPSBOT_GPG_PRIVATE_KEY : ${{ secrets.DEVOPSBOT_GPG_PRIVATE_KEY }}
9895 run : |
99- ./utils/version_update.sh \
100- ./prod/platform/relay-protocol-hub.yaml \
101- ${{ github.sha }} \
102- relay-protocol-hub
96+ ./utils/version_update_batch.sh relay-protocol-hub ${{ github.sha }} $(grep -rl 'application: relay-protocol-hub' prod/platform/ | tr '\n' ' ')
You can’t perform that action at this time.
0 commit comments