Skip to content

Commit 1b5abae

Browse files
committed
2 parents 1b9cf7c + c1a47ba commit 1b5abae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- name: Deploy to server
1313
uses: appleboy/ssh-action@v1.2.3
14+
timeout-minutes: 30
1415
with:
1516
host: ${{ secrets.CL_1 }}
1617
username: ${{ secrets.SERVER_USER }}
@@ -27,7 +28,7 @@ jobs:
2728
git clone https://github.com/destroydevs/TikFetchBot.git .
2829
fi
2930
30-
export TELOXIDE_TOKEN=${{ secrets.TELOXIDE_TOKEN }}
31+
echo "TELOXIDE_TOKEN=${{ secrets.TELOXIDE_TOKEN }}" > .env
3132
3233
docker compose up -d --build
3334

0 commit comments

Comments
 (0)