deploy script final

This commit is contained in:
rawhide kobayashi 2025-01-18 17:23:19 -06:00
parent 8a92d204da
commit 3a9e0c5f35
Signed by: rawhide_k
GPG Key ID: E71F77DDBC513FD7

View File

@ -1,10 +1,8 @@
name: blog.neet.works deployment
#on:
# push:
# paths:
# - 'public/**' # Trigger the workflow when files in the 'public' folder are updated
on: [push]
on:
push:
paths:
- 'public/**' # Trigger the workflow when files in the 'public' folder are updated
jobs:
deploy_mamizou: