Skip to content

Commit 8b74127

Browse files
authored
Update deploy-env-dev.yml
1 parent 2d589ac commit 8b74127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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*/**

0 commit comments

Comments
 (0)