Skip to content

Publish Profile

Publish Profile #25

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/[email protected]
with:
server: ftp.sawbe.com
protocol: ftps
username: [email protected]
password: ${{ secrets.FTP_PASSWORD }}