Skip to content

AIRAC 2406 | 13JUN24 Revision A #93

AIRAC 2406 | 13JUN24 Revision A

AIRAC 2406 | 13JUN24 Revision A #93

on:
release:
types: [published]
workflow_dispatch:
# 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 }}