Simplify deploy workflow: remove submodule handling
Some checks failed
Deploy to NAS / deploy (push) Failing after 4s
Some checks failed
Deploy to NAS / deploy (push) Failing after 4s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,9 +12,9 @@ jobs:
|
||||
- name: Pull code
|
||||
run: |
|
||||
if [ -d "${{ secrets.DEPLOY_DIR }}/.git" ]; then
|
||||
git -C ${{ secrets.DEPLOY_DIR }} pull --recurse-submodules
|
||||
git -C ${{ secrets.DEPLOY_DIR }} pull
|
||||
else
|
||||
git clone --recurse-submodules http://192.168.1.4:3000/christoph/pamietnik.git ${{ secrets.DEPLOY_DIR }}
|
||||
git clone http://192.168.1.4:3000/christoph/pamietnik.git ${{ secrets.DEPLOY_DIR }}
|
||||
fi
|
||||
|
||||
- name: Write .env
|
||||
|
||||
Reference in New Issue
Block a user