Skip to content

Commit

Permalink
Testa valor das variaveis gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
messiasdias authored Jan 16, 2024
1 parent ba8f25e commit e176f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Install JS dependencies and Build 🔧
run: |
cd ui
echo ${{ github.VUE_APP_DEV_NAME }}
echo ${{ github.VUE_APP_BASE_URL }}
echo ${{ github.VUE_APP_API_BASE_URL }}
echo ${{ env.VUE_APP_DEV_NAME }}
echo ${{ env.VUE_APP_BASE_URL }}
echo ${{ env.VUE_APP_API_BASE_URL }}
echo -e "\n\n\n\n"
echo NODE_ENV=production >> .env
echo VUE_APP_DEV_NAME="${{ github.VUE_APP_DEV_NAME }}" >> .env
Expand Down

0 comments on commit e176f77

Please sign in to comment.