added deploy.yml

This commit is contained in:
Rushil Umaretiya 2022-10-05 16:25:27 -04:00 committed by GitHub
parent 1d736a6fe8
commit 90d630e9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,18 @@
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.3.2
with:
server: ftp.astuteng.com
username: ${{ secrets.username }}
password: ${{ secrets.password }}
port: 21
server-dir: public-html/