-
Notifications
You must be signed in to change notification settings - Fork 377
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
c15ea8f
commit 8e83cea
Showing
8 changed files
with
76 additions
and
50 deletions.
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
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
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 |
---|---|---|
|
@@ -20,10 +20,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: 📂 Sync files | ||
uses: SamKirkland/[email protected].4 | ||
uses: SamKirkland/[email protected].5 | ||
with: | ||
server: ftp.samkirkland.com | ||
username: myFtpUserName | ||
|
@@ -86,7 +86,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Use Node.js 16 | ||
uses: actions/setup-node@v2 | ||
|
@@ -99,7 +99,7 @@ jobs: | |
npm run build | ||
- name: 📂 Sync files | ||
uses: SamKirkland/[email protected].4 | ||
uses: SamKirkland/[email protected].5 | ||
with: | ||
server: ftp.samkirkland.com | ||
username: myFtpUserName | ||
|
@@ -116,10 +116,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: 📂 Sync files | ||
uses: SamKirkland/[email protected].4 | ||
uses: SamKirkland/[email protected].5 | ||
with: | ||
server: ftp.samkirkland.com | ||
username: myFtpUserName | ||
|
@@ -139,10 +139,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: 📂 Sync files | ||
uses: SamKirkland/[email protected].4 | ||
uses: SamKirkland/[email protected].5 | ||
with: | ||
server: ftp.samkirkland.com | ||
username: myFtpUserName | ||
|
@@ -161,10 +161,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: 📂 Sync files | ||
uses: SamKirkland/[email protected].4 | ||
uses: SamKirkland/[email protected].5 | ||
with: | ||
server: ftp.samkirkland.com | ||
username: myFtpUserName | ||
|
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
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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ Most features have been carried forward and improved upon. However, some feature | |
### How to upgrade | ||
|
||
1. Remove `with: fetch-depth: 2`. It is no longer needed and removing it will _slightly_ speed up deployments. | ||
2. Change the version to `v4.X.X`, for example `SamKirkland/[email protected].4` (please check the [README](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/README.md) or the [releases page](https://github.com/SamKirkland/FTP-Deploy-Action/releases/latest) for the latest version). | ||
2. Change the version to `v4.X.X`, for example `SamKirkland/[email protected].5` (please check the [README](https://github.com/SamKirkland/FTP-Deploy-Action/blob/master/README.md) or the [releases page](https://github.com/SamKirkland/FTP-Deploy-Action/releases/latest) for the latest version). | ||
3. If you have a `.git-ftp-include` file you should delete it. Version 4 tracks files differently and no longer needs this config file. | ||
4. If you have a `.git-ftp-ignore` file, you should transfer the options to the new `exclude` argument. **Note:** version 4 excludes any `.git*` and `node_modules/` files / folders by default. | ||
5. Update your arguments to reflect the following changes: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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