add github action deploy
This commit is contained in:
parent
72a7a54866
commit
3bb7eda655
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # or 'production' depending on your branch name
|
- main # or 'production' depending on your branch name
|
||||||
|
workflow_dispatch: # Allows manual triggering from GitHub UI
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue