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 committed Jan 16, 2024
1 parent d4f7e5e commit ba8f25e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_deploy_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ 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 -e "\n\n\n\n"
echo NODE_ENV=production >> .env
echo VUE_APP_DEV_NAME="${{ github.VUE_APP_DEV_NAME }}" >> .env
echo VUE_APP_BASE_URL="${{ github.VUE_APP_BASE_URL }}" >> .env
Expand Down

0 comments on commit ba8f25e

Please sign in to comment.