Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: snipeitActions

on:
push:
branches: [ main ]

jobs:

build:
name: CI/CD-snipeit
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using key
uses: appleboy/ssh-action@master
with:
host: 52.66.201.69
username: ubuntu
key: ${{ secrets.KEY }}
port: 22
script: |
whoami
cd /var/www/snipe-it
2 changes: 1 addition & 1 deletion resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('general.dashboard') }}
{{ trans('general.dashboard7') }}
@parent
@stop

Expand Down