From c74a7b8cd4bbd2cc0328d534a41714014f8a185f Mon Sep 17 00:00:00 2001 From: toufic ar Date: Fri, 15 May 2026 19:25:36 +0300 Subject: fix adonis href, remove old workflows --- .forgejo/workflows/deploy.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .forgejo/workflows/deploy.yaml (limited to '.forgejo') diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml deleted file mode 100644 index 9e93da4..0000000 --- a/.forgejo/workflows/deploy.yaml +++ /dev/null @@ -1,21 +0,0 @@ -on: - push: - branches: - - main -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: checkout repo - uses: actions/checkout@v6 - - name: install rsync - run: | - apt update - apt install rsync -y - - name: add ssh key - uses: actions/ssh-setup@v1 - with: - ssh-key: ${{ secrets.ACTIONS_SSH_KEY }} - add-hosts: "toufy.me" - - name: sync repo - run: rsync -az . root@toufy.me:/var/www/tor.toufy.me -- cgit v1.2.3