Testing workflows
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -11,6 +11,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
# - '.github/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@ -32,5 +33,5 @@ jobs:
|
||||
- name: SSH to the Prod env
|
||||
shell: bash
|
||||
run: |
|
||||
ssh gitea@${{secrets.SSH_HOST}}
|
||||
ssh -tt gitea@${{secrets.SSH_HOST}}
|
||||
whoiam
|
||||
|
Reference in New Issue
Block a user