Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
.github /
workflows /
Delete
Unzip
Name
Size
Permission
Date
Action
laravel.yml
722
B
-rwxrwxrwx
2022-04-21 13:43
Save
Rename
name: Deploy # Trigger the workflow on push and # pull request events on the production branch # on: # push: # branches: # - main # pull_request: # branches: # - main on: workflow_dispatch: # Authenticate to the the server via ssh # and run our deployment script jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Deploy to server uses: appleboy/ssh-action@master with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} # port: ${{ secrets.SSH_PORT }} key: ${{ secrets.SSH_PRIVATE_KEY }} script: "cd /var/www/html/iNetty && ./.scripts/deploy.sh"