This commit is contained in:
parent
e263be3fe9
commit
bd4a211c6c
@ -12,9 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: https://github.comactions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
- uses: https://github.comactions/setup-node@v3
|
- uses: https://github.com/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
- run: npm run export
|
- run: npm run export
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: https://github.comSamKirkland/FTP-Deploy-Action@v4.3.4
|
uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.ftp_server }}
|
server: ${{ secrets.ftp_server }}
|
||||||
username: ${{ secrets.ftp_username }}
|
username: ${{ secrets.ftp_username }}
|
||||||
|
Loading…
Reference in New Issue
Block a user