Skip to content

Commit

Permalink
Add branch into registry tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 authored Jan 29, 2024
1 parent 294e13d commit fdb2f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
context: .
push: true
tags: registry.realt.community/realtstats_preprod:latest
tags: registry.realt.community/stats-realt:${{ github.ref_name }}

- name: Configure SSH
run: |
Expand All @@ -46,4 +46,4 @@ jobs:
SSH_PORT: ${{ secrets.SSH_PORT }}

- name: pull & up!
run: ssh staging 'cd /home/realt/docker/RealT-Stats-Preprod && git pull && docker compose --file docker-compose-preprod.yml pull && docker compose --file docker-compose-preprod.yml up -d'
run: ssh staging 'cd /home/realt/docker/RealT-Stats-Preprod && git pull && docker compose --file docker-compose-preprod.yml pull && docker compose --file docker-compose-preprod.yml up -d'

0 comments on commit fdb2f1d

Please sign in to comment.