File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818      - name : Deploy on Vercel 
1919        id : deploy 
2020        run : | 
21-           vercel deploy --prod --token=${{ secrets.VERCEL_ACCESS_TOKEN }} 
21+           vercel deploy --prod --yes -- token=${{ secrets.VERCEL_ACCESS_TOKEN }} 
Original file line number Diff line number Diff line change 2222      - name : Deploy on Vercel 
2323        id : deploy 
2424        run : | 
25-           vercel deploy --token=${{ secrets.VERCEL_ACCESS_TOKEN }} > deploy.log 
25+           vercel deploy --yes -- token=${{ secrets.VERCEL_ACCESS_TOKEN }} > deploy.log 
2626          URL=$(cat deploy.log | grep -o 'https://[^ ]*.vercel.app' | head -n1) 
2727          echo "deploymentUrl=$URL" >> $GITHUB_OUTPUT 
2828name : Extract branch name 
Original file line number Diff line number Diff line change 1919      - name : Deploy on Vercel 
2020        id : deploy 
2121        run : | 
22-           vercel deploy --prod --token=${{ secrets.VERCEL_ACCESS_TOKEN }} 
22+           vercel deploy --yes -- prod --token=${{ secrets.VERCEL_ACCESS_TOKEN }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments