Skip to content

Commit

Permalink
Merge branch 'mexico-dark' into merge/dark
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoriganzo authored Aug 7, 2024
2 parents d82616c + 4c30da6 commit 1ab6496
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 468 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
release:
types: [published]

# Zips the profile and uploads to the vatsys ftp server
name: Publish Dark 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
server-dir: mexico-dark/
protocol: ftps
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
Loading

0 comments on commit 1ab6496

Please sign in to comment.