chore: fix ci
This commit is contained in:
@@ -152,11 +152,11 @@ jobs:
|
|||||||
id: config
|
id: config
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.ref_name }}" = "main" ]; then
|
if [ "${{ github.ref_name }}" = "main" ]; then
|
||||||
echo "channel=production" >> $GITHUB_OUTPUT
|
echo "channel=production-client" >> $GITHUB_OUTPUT
|
||||||
echo "api_url=https://mln-uber.club" >> $GITHUB_OUTPUT
|
echo "api_url=https://mln-uber.club" >> $GITHUB_OUTPUT
|
||||||
echo "message=Production update $(date +%Y%m%d-%H%M)" >> $GITHUB_OUTPUT
|
echo "message=Production update $(date +%Y%m%d-%H%M)" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "channel=pre-prod" >> $GITHUB_OUTPUT
|
echo "channel=pre-prod-client" >> $GITHUB_OUTPUT
|
||||||
echo "api_url=https://5.181.0.112.nip.io" >> $GITHUB_OUTPUT
|
echo "api_url=https://5.181.0.112.nip.io" >> $GITHUB_OUTPUT
|
||||||
echo "message=Pre-prod update $(date +%Y%m%d-%H%M)" >> $GITHUB_OUTPUT
|
echo "message=Pre-prod update $(date +%Y%m%d-%H%M)" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user