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: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# needs: test # if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: startsWith(github.ref, 'refs/tags') # if: startsWith(github.ref, 'refs/tags')
steps: steps:

View File

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