diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6e822c2..a56960d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,6 @@ jobs: runs-on: server steps: - name: initial test - run: echo "test" \ No newline at end of file + run: echo "test" + - name: get page + run: curl http://192.168.0.129:9001 \ No newline at end of file