Skip to content

Publish Profile

Publish Profile #39

Workflow file for this run

on:
release:
types: [published]
# Zips the profile and uploads to the vatsys ftp server
name: Publish Profile
jobs:
zip-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
filename: 'profile.zip'
exclusions: '*.git* /*node_modules/* .editorconfig *.md'
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
server: ftp.sawbe.com
protocol: ftps
username: vatsys-oakland-profile@sawbe.com
password: ${{ secrets.FTP_PASSWORD }}