Compare commits

..

2 Commits

Author SHA1 Message Date
34041089d7 Merge branch 'master' of git.adityagupta.dev:sortedcord/bootstrap-auth-server
All checks were successful
Deployment Pipeline / deploy (push) Successful in 4m45s
2026-06-25 13:32:43 +05:30
40ef106dda ci: Use git commands instead of checkout action 2026-06-25 13:32:14 +05:30

View File

@@ -10,7 +10,10 @@ jobs:
runs-on: production
steps:
- name: Checkout Code
uses: actions/checkout@v4
run: |
git config --global --add safe.directory '*'
rm -rf * .git || true
git clone --depth 1 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git .
- name: Build Docker Image
run: docker build -t bootstrap-auth-server:latest .