diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7982cfa..10377c6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -37,6 +37,7 @@ jobs: echo "Folder created ✅" echo "Copy migrations files 📑" + ls scp -r -p ${{ secrets.SERVER_PORT }} ./migrations/* ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/var/www/greenlight/migrations echo "Files copied ✅"