Merge branch 'master' of https://github.com/andrwcnln/andrewconl.in
This commit is contained in:
commit
43521ef8a2
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
on: push
|
||||||
|
name: 🚀 Deploy website on push
|
||||||
|
jobs:
|
||||||
|
web-deploy:
|
||||||
|
name: 🎉 Deploy
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 🚚 Get latest code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: 📂 Sync files
|
||||||
|
uses: SamKirkland/FTP-Deploy-Action@4.3.3
|
||||||
|
with:
|
||||||
|
server: ftp.andrewconl.in
|
||||||
|
username: andrewconl.in
|
||||||
|
password: ${{ secrets.FTP_PASSWORD }}
|
Loading…
x
Reference in New Issue
Block a user