add auto CI
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: CI/CD Pipeline
|
name: CI/CD Pipeline
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push
|
||||||
|
schedule:
|
||||||
|
- cron: '0 3 * * 5' # Run weekly on Friday at 3am
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SSH_HOST: ${{ secrets.SSH_HOST }}
|
SSH_HOST: ${{ secrets.SSH_HOST }}
|
||||||
|
Reference in New Issue
Block a user