File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 # ── Plugin ─────────────────────────────────────────────────────────────
4040
41+ - name : Install plugin dependencies (bifrost-framework)
42+ working-directory : plugins/bifrost-framework
43+ run : composer install --no-dev --optimize-autoloader --no-interaction
44+
45+ - name : Upload plugin vendor folder
46+ if : ${{ inputs.dry_run != true && hashFiles('plugins/bifrost-framework/vendor/**') != '' }}
47+ uses : Automattic/FTP-Deploy-Action@3.1.2
48+ with :
49+ ftp-server : sftp://sftp.wp.com/htdocs/wp-content/plugins/bifrost-framework/vendor/
50+ ftp-username : ${{ secrets.SFTP_USER }}
51+ ftp-password : ${{ secrets.SFTP_PASSWORD }}
52+ local-dir : plugins/bifrost-framework/vendor/
53+ git-ftp-args : --all
54+ known-hosts : ${{ secrets.SFTP_KNOWN_HOSTS }}
55+
4156 - name : Install plugin dependencies (bifrost-music)
4257 working-directory : plugins/bifrost-music
4358 run : composer install --no-dev --optimize-autoloader --no-interaction
You can’t perform that action at this time.
0 commit comments