Merge pull request 'fix: update workflow name and format trigger for SSH deployment' (#3) from kind/bug-ajustando-umbug into main
Deploy Next.js via SSH / deploy (push) Successful in 44s Details

Reviewed-on: #3
This commit is contained in:
joelson 2026-01-07 20:39:36 +00:00
commit e90ec1b465
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
name: Deploy Next.js via SSH (Direto)
on: [push]
name: Deploy Next.js via SSH
on:
push:
branches:
- main
jobs:
deploy: