diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c4bfaad..483cfbe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: validate: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - run: python3 --version - run: node --version - run: echo "Runner works!" - - run: git clone --depth 1 http://abiba-bot:***REMOVED***@192.168.68.17:3000/SyslogSolution/zulip-platform-plugins.git . - name: Python syntax check run: | @@ -45,8 +45,8 @@ print('✅ config.yaml.example valid') runs-on: ubuntu-latest needs: [validate] steps: + - uses: actions/checkout@v4 - run: echo "🚀 Deploy tag $(echo $GITHUB_REF_NAME)" - - run: git clone --depth 1 http://abiba-bot:***REMOVED***@192.168.68.17:3000/SyslogSolution/zulip-platform-plugins.git . - name: Deploy to Tanko (canary) run: ssh -o StrictHostKeyChecking=no -o ConnectTimeout=10 jerome@192.168.68.122 "cd /root && bash -s" < scripts/deploy.sh --ct=tanko --mode=native "$GITHUB_REF_NAME" 2>&1 || echo "⚠️ Tanko deploy skipped"