-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2cdd65
commit 3fd1661
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
name: Build WP Plugin (zip) and FTP to web server #3 | ||
on: [push] | ||
#on: | ||
# push: | ||
# tags: | ||
# - v1.** | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
@@ -18,7 +22,7 @@ jobs: | |
directory: /home/runner/work/Weight-Tracker/Weight-Tracker/ | ||
filename: '/tmp/zip/weight-tracker.zip' | ||
exclusions: '*.git* /*node_modules/* .editorconfig /*playwright* /*docs* /*dist*' | ||
- name: FTP files to web server | ||
- name: FTP: Zip file for user downloads | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.FTP_URL }} | ||
|