Skip to content

Commit c1b5967

Browse files
authored
Merge pull request #6 from circuscode/main
Sync Branches
2 parents e8733a3 + 8b74127 commit c1b5967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-env-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
username: ${{ secrets.FTP_USER_GITHUBDEPLOY }}
1818
password: ${{ secrets.FTP_PASSWORD_GITHUBDEPLOY }}
1919
protocol: ftp
20-
server-dir: unmus/dev/wordpress/wp-content/plugins/tootpress/
20+
server-dir: ${{ vars.FTP_PATH_DEV }}
2121
exclude: |
2222
**/.git*
2323
**/.git*/**

.github/workflows/deploy-env-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
username: ${{ secrets.FTP_USER_GITHUBDEPLOY }}
1818
password: ${{ secrets.FTP_PASSWORD_GITHUBDEPLOY }}
1919
protocol: ftp
20-
server-dir: unmus/public/wordpress/wp-content/plugins/tootpress/
20+
server-dir: ${{ vars.FTP_PATH_PUBLIC }}
2121
exclude: |
2222
**/.git*
2323
**/.git*/**

0 commit comments

Comments
 (0)