Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalika0363 committed Jun 17, 2024
1 parent 0655e51 commit dc25e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure_to_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
rm -rf myenv
touch .env
echo "${{ secrets.ENV }}" > .env
chmod +x start_test_flask.sh
chmod +x start_app_flask.sh
sudo systemctl stop flask_app.service
sudo systemctl daemon-reload
sudo systemctl enable flask_app.service
sudo systemctl start flask_app.service
Expand Down

0 comments on commit dc25e6e

Please sign in to comment.