Skip to content

Commit

Permalink
chore: noversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed Oct 2, 2024
1 parent 0ab5500 commit 2db55ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,21 @@ jobs:
run: |
# DEV environment
if [ -f ./tmp/dev/app-config.json ]; then
echo move dev
rm -rf ./source/dev/conf/app-config.json
mv ./tmp/dev/app-config.json ./source/dev/conf/app-config.json
fi
# STG environment
if [ -f ./tmp/stg/app-config.json ]; then
echo move stg
rm -rf ./source/stg/conf/app-config.json
mv ./tmp/stg/app-config.json ./source/stg/conf/app-config.json
fi
# PRD environment
if [ -f ./tmp/prd/app-config.json ]; then
echo move prd
rm -rf ./source/prd/conf/app-config.json
mv ./tmp/prd/app-config.json ./source/prd/conf/app-config.json
fi
Expand Down

0 comments on commit 2db55ad

Please sign in to comment.