Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 1, 2022
1 parent eb52bfc commit 51824d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
- name: Run Rake tasks
run: |
bundler exec rake
- name: Prepare FTP directories
run: |
mkdir rva
mv rva_cars.zip rva
mv rva_tracks.zip rva
mv rva_lego_tracks.zip rva
- name: Deploy via FTP
- name: Deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
Expand All @@ -34,6 +41,8 @@ jobs:
exclude: |
**/.git*
**/.git*/**
**/.bundle*
**/.bundle*/**
rva_cars/**
rva_lego_tracks/**
rva_tracks/**
Expand Down

0 comments on commit 51824d1

Please sign in to comment.