diff --git a/.github/workflows/sshtodeploy.yml.dont b/.github/workflows/ftpdeploy.yml similarity index 61% rename from .github/workflows/sshtodeploy.yml.dont rename to .github/workflows/ftpdeploy.yml index 3bf4824..48e28ef 100644 --- a/.github/workflows/sshtodeploy.yml.dont +++ b/.github/workflows/ftpdeploy.yml @@ -10,10 +10,6 @@ on: permissions: contents: write -concurrency: - group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}" - cancel-in-progress: false - jobs: build: runs-on: ubuntu-latest @@ -36,13 +32,12 @@ jobs: run: yarn build - name: Deploy to Server - uses: SamKirkland/FTP-Deploy-Action@v4.3.5 + uses: joutvhu/ftp-transfer@v1 with: - server: ${{ secrets.ftp_server }} + host: ${{ secrets.ftp_server }} + port: ${{ secrets.ftp_port }} username: ${{ secrets.ftp_uname }} password: ${{ secrets.ftp_pass }} - port: ${{ secrets.ftp_port }} - local-dir: ./opensource/ - server-dir: ${{ secrets.ftp_dest }} - security: ${{ secrets.ftp_security }} - protocol: ftp + commands: | + pwd + ls diff --git a/components/utils.tsx b/components/utils.tsx index 87a75f6..91cea97 100644 --- a/components/utils.tsx +++ b/components/utils.tsx @@ -86,9 +86,9 @@ export function LicenseFooter(): ReactElement {
- 📝Documentation made and 🛠️developed by{" "} + Documentation M&D by{" "} - Darsan 🧑🏻💻✅ + DARSAN
>