main #3
@@ -32,3 +32,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
|
- name: 📂 Deploy
|
||||||
|
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||||
|
with:
|
||||||
|
server: mycloud.dp.ua
|
||||||
|
username: d.tkachenko
|
||||||
|
port: 2121
|
||||||
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
|
local-dir: ./public
|
||||||
|
server-dir: /web/poc
|
||||||
|
|||||||
Reference in New Issue
Block a user