Skip to content

Commit

Permalink
Update deploy2uat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner authored Aug 28, 2023
1 parent 0405b3d commit 4dc715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy2uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install npm dependencies
run: npm install
- name: Run build task
run: npm run --silent build
run: CI=false npm run build
- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
with:
Expand Down

0 comments on commit 4dc715b

Please sign in to comment.