More changes
All checks were successful
Deploy Project / deploy (push) Successful in 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 48s
Build and Push Docker Image / build-and-push (push) Successful in 10m6s

This commit is contained in:
2025-02-11 18:29:19 -05:00
parent 471fc092ce
commit 27a2abc35c
2 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
# needs: test
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: startsWith(github.ref, 'refs/tags')
steps:

View File

@ -15,7 +15,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
# needs: build-and-push
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
@ -34,7 +34,6 @@ jobs:
- name: SSH to the Prod env
shell: bash
run: |
ssh -tt -o StrictHostKeyChecking=no gitea@${{secrets.SSH_HOST}}
whoami
ssh -tt -o StrictHostKeyChecking=no gitea@${{secrets.SSH_HOST}} 'whoami'
#