diff --git a/.github/workflows/self_deploy.yml b/.github/workflows/self_deploy.yml index 0e36b70..9790571 100644 --- a/.github/workflows/self_deploy.yml +++ b/.github/workflows/self_deploy.yml @@ -8,10 +8,10 @@ on: jobs: deploy: runs-on: ubuntu-latest - + env: DEPLOY_URL: ${{ secrets.DEPLOY_URL }} - + steps: - name: Send deployment request id: deploy-request @@ -24,11 +24,11 @@ jobs: --silent \ --show-error \ "${{ secrets.DEPLOY_URL }}" || echo "Failed to send request") - + if [ $? -eq 0 ]; then echo "Deployment request sent successfully" echo "Response: $RESPONSE" else echo "Error sending deployment request" exit 1 - fi \ No newline at end of file + fi diff --git a/.gitignore b/.gitignore index a6a5428..166b664 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ logs # Scraping data .venv -__pycache__ \ No newline at end of file +__pycache__ diff --git a/components/ui/command/Command.vue b/components/ui/command/Command.vue index 9597010..fa56cf7 100644 --- a/components/ui/command/Command.vue +++ b/components/ui/command/Command.vue @@ -1,30 +1,33 @@