Skip to content

Commit

Permalink
show node version no deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jesielviana committed Jul 29, 2024
1 parent e04faeb commit 7388cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
url: 'http://codich1.ibict.br:8086/'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: |
sh scripts/deploy.sh
Expand All @@ -49,6 +49,6 @@ jobs:
url: 'https://brcris.ibict.br'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: |
sh scripts/deploy.sh
4 changes: 2 additions & 2 deletions .github/workflows/homol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
sh scripts/deploy.sh
homol:
Expand All @@ -35,6 +35,6 @@ jobs:
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
sh scripts/deploy.sh

0 comments on commit 7388cef

Please sign in to comment.