mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-10 03:39:38 +00:00
chore(ci): auto pull :D
This commit is contained in:
parent
6628e2e725
commit
5200bcecff
2 changed files with 32 additions and 0 deletions
12
.cache/virt-manager/virt-install.log
Normal file
12
.cache/virt-manager/virt-install.log
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Wed, 11 Sep 2024 00:47:20 virt-install 765677] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:47:20 virt-install 765678] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:47:20 virt-install 765679] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
||||
[Wed, 11 Sep 2024 00:47:22 virt-install 766182] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:47:22 virt-install 766183] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:47:22 virt-install 766184] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
||||
[Wed, 11 Sep 2024 00:48:45 virt-install 782653] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:48:45 virt-install 782654] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:48:45 virt-install 782655] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
||||
[Wed, 11 Sep 2024 00:48:46 virt-install 782800] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:48:46 virt-install 782801] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:48:46 virt-install 782802] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
20
.github/workflows/deploy.yml
vendored
Normal file
20
.github/workflows/deploy.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Remote SSH Command
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: production
|
||||
steps:
|
||||
- name: Execute
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: hackclub.app
|
||||
username: neon
|
||||
passphrase: ${{ secrets.PASSWORD }}
|
||||
key: ${{ secrets.ZEON_KEY }}
|
||||
port: 22
|
||||
script: |
|
||||
git pull
|
Loading…
Reference in a new issue