Merge branch master into cv

This commit is contained in:
Rohit Pai 2021-08-22 13:01:46 +01:00
commit 858831e2c6

17
.github/workflows/ftpDeploy.yml vendored Normal file
View 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/