mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 22:15:05 +00:00
Update README.md
Changing fTP to FTP
This commit is contained in:
parent
0fae300950
commit
bef03c32a5
@ -9,7 +9,7 @@ Automate deploying websites and more with this GitHub action.
|
|||||||
on: push
|
on: push
|
||||||
name: Publish Website
|
name: Publish Website
|
||||||
jobs:
|
jobs:
|
||||||
fTP-Deploy-Action:
|
FTP-Deploy-Action:
|
||||||
name: FTP-Deploy-Action
|
name: FTP-Deploy-Action
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -70,7 +70,7 @@ Make sure you have an npm script named 'build'. This config should work for most
|
|||||||
on: push
|
on: push
|
||||||
name: Build and Publish Front End Framework Website
|
name: Build and Publish Front End Framework Website
|
||||||
jobs:
|
jobs:
|
||||||
fTP-Deploy-Action:
|
FTP-Deploy-Action:
|
||||||
name: FTP-Deploy-Action
|
name: FTP-Deploy-Action
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -105,7 +105,7 @@ Ouputs a list of files that will be created/modified to sync your source without
|
|||||||
on: push
|
on: push
|
||||||
name: Publish Website Dry Run
|
name: Publish Website Dry Run
|
||||||
jobs:
|
jobs:
|
||||||
fTP-Deploy-Action:
|
FTP-Deploy-Action:
|
||||||
name: FTP-Deploy-Action
|
name: FTP-Deploy-Action
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user