This commit is contained in:
hoangvv 2025-01-09 18:06:06 +07:00
parent 0b7b520c2a
commit edcb7fb3b4

View File

@ -12,12 +12,14 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref || github.ref_name }}
- name: Create virtual environment - name: Create virtual environment
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")" run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
build: build:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: update tag
run: make update_tag CURR_BRANCH=${{ github.head_ref || github.ref_name }}
- name: Stop Server Docker - name: Stop Server Docker
run: make stop_server_docker run: make stop_server_docker
- name: Generate Config - name: Generate Config