Skip to content

Commit

Permalink
🚀 Deploy new version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Feb 24, 2021
1 parent 8370054 commit f396af1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153627,6 +153627,7 @@ const update = async (shouldCommit = false) => {
const tcpResult = await ping_1.ping({
address: environment_1.replaceEnvironmentVariables(site.url),
attempts: 1,
port: Number(environment_1.replaceEnvironmentVariables(site.port ? String(site.port) : "")),
});
console.log("Got result", tcpResult);
return {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface UpptimeConfig {
method?: string;
name: string;
url: string;
port?: number;
expectedStatusCodes?: number[];
assignees?: string[];
headers?: string[];
Expand Down
1 change: 1 addition & 0 deletions dist/update.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/update.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f396af1

Please sign in to comment.