Skip to content

Change font color

Change font color #53

Workflow file for this run

name: Deploy theme to Ollie demo
on:
push:
branches:
- develop
jobs:
deploy_job:
runs-on: ubuntu-latest
name: deploy
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: develop
- name: Deploy file
uses: wlixcc/[email protected]
with:
username: ${{ secrets.FTP_USERNAME }}
server: ${{ secrets.FTP_SERVER }}
port: ${{ secrets.FTP_PORT }}
remote_path: ${{ secrets.FTP_PATH }}
sftp_only: true
password: ${{ secrets.FTP_PASSWORD }}