Skip to content

Commit

Permalink
ftp action +
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 7, 2024
1 parent f46e167 commit 4237594
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,13 +32,12 @@ jobs:
run: yarn build

- name: Deploy to Server
uses: SamKirkland/[email protected]
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
4 changes: 2 additions & 2 deletions components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export function LicenseFooter(): ReactElement {
</a>
</p>
<p style={{ position: "absolute", right: "2vw" }}>
📝Documentation made and 🛠️developed by{" "}
Documentation M&D by{" "}
<b>
<a href="https://www.linkedin.com/in/iamspdarsan">Darsan 🧑🏻‍💻✅</a>
<a href="https://www.linkedin.com/in/iamspdarsan">DARSAN</a>
</b>
</p>
</>
Expand Down

0 comments on commit 4237594

Please sign in to comment.