File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 - name : Deploy apps and run tests (on `push` or `deploy**` branches)
110110 env :
111111 DEPLOY_APPS : " true"
112- DEPLOY_CONNECT_SERVER_URL : " ${{ (matrix.config.released_connect_server && 'https://connect.posit.it/') || 'https://rsc.radixu.com /' }}"
112+ DEPLOY_CONNECT_SERVER_URL : " ${{ (matrix.config.released_connect_server && 'https://connect.posit.it/') || 'https://dogfood.team.pct.posit.it /' }}"
113113 DEPLOY_CONNECT_SERVER_API_KEY : " ${{ (matrix.config.released_connect_server && secrets.DEPLOY_CONNECT_POSIT_SERVER_API_KEY) || secrets.DEPLOY_CONNECT_SERVER_API_KEY }}"
114114 DEPLOY_SHINYAPPS_NAME : " ${{ matrix.config.test_shinyappsio && secrets.DEPLOY_SHINYAPPS_NAME }}"
115115 DEPLOY_SHINYAPPS_TOKEN : " ${{ matrix.config.test_shinyappsio && secrets.DEPLOY_SHINYAPPS_TOKEN }}"
You can’t perform that action at this time.
0 commit comments