Skip to content

Commit

Permalink
Test Adding PRD
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 21, 2024
1 parent b9abe23 commit 36aa175
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/PRD_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: HTML Lints

on:
workflow_dispatch:

jobs:
Deployment_PRD:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Upload to PRD
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SRV }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ${{ secrets.FTP_PRD_DIR }}/
local-dir: www/

0 comments on commit 36aa175

Please sign in to comment.