🔵 other: Set up deploy on push
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
name: Deploy to Dreamhost (dev)
|
name: Deploy to Dreamhost (dev)
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# Remove "workflow_dispatch" above and uncomment the lines below to enable deploy on push
|
# Remove "workflow_dispatch" above and uncomment the lines below to enable deploy on push
|
||||||
# only do this once you're actually ready to start deploying to Dreamhost
|
# only do this once you're actually ready to start deploying to Dreamhost
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user