Skip to content

Update navbar.blade.php #61

Update navbar.blade.php

Update navbar.blade.php #61

Workflow file for this run

name: Deploy
concurrency:
group: production
cancel-in-progress: false
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
tests:
uses: sertxudeveloper/sertxu.dev/.github/workflows/tests.yml@main
deploy:
needs: tests

Check failure on line 17 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 17, Col: 5): Required property is missing: runs-on
environment: production
steps:
- name: Deploy to server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script_stop: true
script: |
cd sertxu.dev
./update.sh