Skip to content

update target path to deploy #4

update target path to deploy

update target path to deploy #4

Workflow file for this run

name: ibrain one website
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# FTP Deploy Action with TLS/SSL encryption
- name: FTP Deploy
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: websites/ibrain.one/
server-dir: /
port: 21
protocol: ftps # Using FTPS for TLS/SSL explicit encryption