mirror of
https://github.com/Rushilwiz/astute-site.git
synced 2025-04-03 20:10:19 -04:00
added deploy.yml
This commit is contained in:
parent
1d736a6fe8
commit
90d630e9ea
18
.github/workflows/deploy.yml
vendored
Normal file
18
.github/workflows/deploy.yml
vendored
Normal 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/
|
Loading…
Reference in New Issue
Block a user