diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d74f027..c0f5fb0 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,12 +8,13 @@ on: jobs: test-job: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest + options: --add-host=gitea:130.61.139.162 steps: - name: Check out repository code uses: actions/checkout@v4 - with: - server-url: 'http://130.61.139.162:3000' - name: Run a simple test run: | - echo "CI/CD is working perfectly!" \ No newline at end of file + echo "CI/CD is working perfectly on Gitea!" \ No newline at end of file