Skip to content

Commit

Permalink
atlas prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jairomr authored Sep 5, 2024
1 parent 9ccc82f commit 1274d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
id: creat_env
run: |
echo "START_TIME=$(date -u +%s)" >> "$GITHUB_OUTPUT"
echo "DOCKER_PATH=homol" >> $GITHUB_ENV
echo "DOCKER_PATH=homol" >> $GITHUB_OUTPUT
echo "DOCKER_PATH=prod" >> $GITHUB_ENV
echo "DOCKER_PATH=prod" >> $GITHUB_OUTPUT
repo_full_name=$GITHUB_REPOSITORY
repo_name=${repo_full_name##*/}
echo "Nome do repositório: $repo_name"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
cd ${{ github.workspace }}/src/server && npm install
cd ${{ github.workspace }}/src/client && npm install
npm install -g @angular/cli@12.2.16
cd ${{ github.workspace }}/src/client && ng build --configuration=homolog --stats-json --source-map=false --no-progress
cd ${{ github.workspace }}/src/client && ng build --configuration=prod --stats-json --source-map=false --no-progress
- name: Build Docker
run: |
Expand Down

0 comments on commit 1274d78

Please sign in to comment.