Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

加1分鐘流量提示。 #52

Merged
merged 1 commit into from
Jan 2, 2025

加1分鐘流量提示。

93a6e66
Select commit
Loading
Failed to load commit list.
Merged

加1分鐘流量提示。 #52

加1分鐘流量提示。
93a6e66
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 31, 2024 in 2m 42s

Build Passed

The build passed. This is a change from the previous build, which errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #52 加1分鐘流量提示。.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
129.1 check 16 Linux passed
129.2 build 16 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 16
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "16"
  ],
  "branches": {
    "only": [
      "main"
    ]
  },
  "jobs": {
    "include": [
      {
        "name": "check",
        "script": [
          "npm run check"
        ]
      },
      {
        "name": "build",
        "script": [
          "npm run build"
        ],
        "deploy": [
          {
            "provider": "pages",
            "strategy": "git",
            "fqdn": "suisiann.ithuan.tw",
            "skip_cleanup": true,
            "local_dir": "build/",
            "on": {
              "branch": [
                "main"
              ]
            },
            "token": "${GITHUB_TOKEN}"
          }
        ]
      }
    ]
  }
}