We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8733a3 + 8b74127 commit c1b5967Copy full SHA for c1b5967
.github/workflows/deploy-env-dev.yml
@@ -17,7 +17,7 @@ jobs:
17
username: ${{ secrets.FTP_USER_GITHUBDEPLOY }}
18
password: ${{ secrets.FTP_PASSWORD_GITHUBDEPLOY }}
19
protocol: ftp
20
- server-dir: unmus/dev/wordpress/wp-content/plugins/tootpress/
+ server-dir: ${{ vars.FTP_PATH_DEV }}
21
exclude: |
22
**/.git*
23
**/.git*/**
.github/workflows/deploy-env-public.yml
- server-dir: unmus/public/wordpress/wp-content/plugins/tootpress/
+ server-dir: ${{ vars.FTP_PATH_PUBLIC }}
0 commit comments