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
Deploy Next.js via SSH / deploy (push) Successful in 44s
Details
Reviewed-on: #3
This commit is contained in:
commit
e90ec1b465
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue