add gitlab-ci file

This commit is contained in:
Mehdi Mehrmanesh
2025-12-24 16:37:04 +03:30
parent 8195d8780b
commit 808214ebcc
+3 -3
View File
@@ -4,7 +4,7 @@ name: deploy to danak
on:
push:
branches:
- master
- production
jobs:
build_and_deploy:
@@ -12,8 +12,8 @@ jobs:
env:
DANAK_SERVER: "https://captain.dev.danakcorp.com"
APP_TOKEN: ec4422affc17207db1637d56117b239af63e5158f9795da3db73db1913febe86
APP_NAME: dmenuplus-api
APP_TOKEN: e7d4e8ae6b8164d3c1669c161f7cab295549b6fdfaea90eaf833f24122380841
APP_NAME: dmenuplus-api-production
GITHUB_TOKEN: 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
steps: