diff --git a/.env b/.env deleted file mode 100644 index bd096d7..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -AZURE_OPENAI_KEY=o20WLCQfubbGTo0SnkS70lefG0tHvdZlzcUGHOPDmww0igy94Up0JQQJ99CEAC77bzfXJ3w3AAAAACOGIUYb \ No newline at end of file diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5f7e396..3be7f73 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -14,9 +14,9 @@ jobs: - name: Copy files to VPS uses: appleboy/scp-action@master with: - host: 172.236.185.26 - username: root - password: LinodeUser#26 + host: ${{ secrets.VPS_HOST }} + username: ${{ secrets.USER }} + password: ${{ secrets.PASSWORD }} port: 22 source: "./*" target: "/root/IR-Node-Setup" @@ -25,9 +25,9 @@ jobs: - name: Execute SSH Commands uses: appleboy/ssh-action@master with: - host: 172.236.185.26 - username: root - password: LinodeUser#26 + host: ${{ secrets.HOST }} + username: ${{ secrets.USER }} + password: ${{ secrets.PASSWORD }} port: 22 script: | cd /root/IR-Node-Setup diff --git a/.gitignore b/.gitignore index 07e6e47..f189a18 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /node_modules +/.env \ No newline at end of file