Skip to content

Commit

Permalink
Update api-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin authored Sep 10, 2023
1 parent 2343af8 commit 45c308f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
source ~/.nvm/nvm.sh
cd transport-api-test.na4u.ru/transport
git clean -f
git checkout main
git fetch
git checkout origin/main
git reset --hard origin/main
git clean -df
git pull
export APP_PORT=${{ secrets.API_SERVER_PORT }}
nvm use
Expand Down

0 comments on commit 45c308f

Please sign in to comment.