dev #14

Merged
wtukatyr merged 24 commits from dev into main 2025-06-09 12:51:35 +03:00
3 changed files with 53 additions and 0 deletions
Showing only changes of commit a2e446c5b4 - Show all commits

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"