add jenkins manual deploy
All checks were successful
CI-pipeline / linters (pull_request) Successful in 1m14s

This commit is contained in:
Basyrov Rustam
2025-06-09 12:48:04 +03:00
parent 9cb31912fe
commit a2e446c5b4

16
.github/workflows/jenkins-deploy.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Deploy on server
on:
workflow_dispatch:
jobs:
Deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Trigger Jenkins jobs
uses: appleboy/jenkins-action@master
with:
url: "http://ci.saccada.xyz"
user: ${{ env.JENKINS_USERNAME }}
token: ${{ secrets.JENKINS_TOKEN }}
job: "Deploy Django application"