Skip to content

Commit 910929e

Browse files
committed
Added dev.yml to update on push on dev branch
1 parent aeb2d48 commit 910929e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/dev.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
push:
3+
branches:
4+
- dev
5+
name: 🚀 Deploy website on push
6+
jobs:
7+
web-deploy:
8+
name: 🎉 Deploy
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: 🚚 Get latest code
12+
uses: actions/checkout@v4
13+
14+
- name: 📂 Sync files
15+
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
16+
with:
17+
server: ${{ secrets.ftp_server }}
18+
username: ${{ secrets.ftp_username }}
19+
password: ${{ secrets.ftp_password }}
20+
server-dir: /sites/dev.noblexecutor.xyz/

0 commit comments

Comments
 (0)