Skip to content

Merge branch 'replace-sub-brand-headings' into staging #9

Merge branch 'replace-sub-brand-headings' into staging

Merge branch 'replace-sub-brand-headings' into staging #9

Workflow file for this run

on:
push:
branches:
- staging
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: ftp.borishrncic.com
username: ${{ secrets.ftp_stg_username }}
password: ${{ secrets.ftp_stg_password }}