Skip to content

Commit

Permalink
Changed vscale instance to selectel in main redeploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyStoyanov committed Oct 3, 2024
1 parent c131d8c commit 1492226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 86 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docker-build-push-redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
runs-on: ${{ matrix.runners }}
strategy:
matrix:
# runners: [ epam, vscale ]
runners: [ vscale ]
runners: [ selectel ]
steps:
- uses: actions/checkout@v4
- name: Configure secrets
Expand All @@ -70,11 +69,8 @@ jobs:
run: |
docker-compose pull
docker-compose up -d --no-deps brn
- name: Redeploy frontend epam
if: matrix.runners == 'epam'
run: docker-compose up -d --no-deps brn_fe
- name: Redeploy frontend vscale
if: matrix.runners == 'vscale'
- name: Redeploy frontend selectel
if: matrix.runners == 'selectel'
run: docker-compose up -d --no-deps brn_fe_with_tls
- name: Remove old images
run: docker image prune -af
79 changes: 0 additions & 79 deletions .github/workflows/docker-build-push-redeploy_new.yml

This file was deleted.

0 comments on commit 1492226

Please sign in to comment.