This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
echo "Copy migrations files 📑"
|
echo "Copy migrations files 📑"
|
||||||
ls
|
ls
|
||||||
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 }} "\
|
||||||
|
|||||||
Reference in New Issue
Block a user