Ftp deploy action #5
17
.github/workflows/ftpDeploy.yml
vendored
Normal file
17
.github/workflows/ftpDeploy.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
on: push
|
||||
name: 🚀 Deploy website on push
|
||||
jobs:
|
||||
web-deploy:
|
||||
name: 🎉 Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🚚 Get latest code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.1.0
|
||||
with:
|
||||
server: ftp.rohitpai.tech
|
||||
username: u987021215.rodude123
|
||||
password: ${{ secrets.ftp_password }}
|
||||
local-dir: ./dist/
|
Loading…
Reference in New Issue
Block a user