Skip to content

Commit

Permalink
Use API_SERVER_FOLDER variable in schedulers
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Sep 19, 2023
1 parent f6904bb commit ac7bc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/transport-update-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd transport-api-test.na4u.ru/transport
cd ${{ secrets.API_SERVER_FOLDER }}
export STRAPI_EMAIL="${{ secrets.STRAPI_EMAIL }}"
export STRAPI_PASSWORD="${{ secrets.STRAPI_PASSWORD }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transport-update-transphoto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd transport-api-test.na4u.ru/transport
cd ${{ secrets.API_SERVER_FOLDER }}
export STRAPI_EMAIL="${{ secrets.STRAPI_EMAIL }}"
export STRAPI_PASSWORD="${{ secrets.STRAPI_PASSWORD }}"
Expand Down

0 comments on commit ac7bc7e

Please sign in to comment.