Skip to content

changed At the Brewery headers to match locations #27

changed At the Brewery headers to match locations

changed At the Brewery headers to match locations #27

Workflow file for this run

on:
push:
branches:
- master
name: Publish Website
jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/[email protected]
with:
ftp-server: ftp.leftfieldbrewery.ca
ftp-username: [email protected]
ftp-password: ${{ secrets.FTP_PASSWORD }}