Created CV Section #6

Merged
rodude123 merged 17 commits from cv into master 2021-08-31 18:53:13 +01:00
Showing only changes of commit 858831e2c6 - Show all commits

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/