Skip to content

Commit

Permalink
Update deploy-flask-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavKSE authored Oct 26, 2023
1 parent 729f0ac commit 052fa0e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-flask-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
username: ${{secrets.SSH_USERNAME}}

script: |
cd Tests
git clone https://github.com/YaroslavKSE/Tests.git
flask --app api run --host=0.0.0.0 --port=80
echo "Deployment to Digital ocean was successfull"
whoami
ls -al
echo "Deployment to digitalocean was successfull"

0 comments on commit 052fa0e

Please sign in to comment.