Updating CI.
Some checks failed
Deploy Greenlight API / deploy (push) Failing after 39s

This commit is contained in:
Maxime Delporte
2025-10-31 10:35:33 +01:00
parent 9fdd6c117f
commit 3476d82ada

View File

@@ -37,7 +37,7 @@ jobs:
echo "Folder created ✅" echo "Folder created ✅"
echo "Copy migrations files 📑" echo "Copy migrations files 📑"
scp -r -p ${{ secrets.SERVER_PORT }} ./migrations ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/var/www/greenlight/migrations scp -r -p ${{ secrets.SERVER_PORT }} ./migrations/* ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/var/www/greenlight/migrations
echo "Files copied ✅" echo "Files copied ✅"
ssh -p ${{ secrets.SERVER_PORT }} ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "\ ssh -p ${{ secrets.SERVER_PORT }} ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "\