Skip to content

Events Leaderboard Fix for mobile devices (v1.0.6) #6

Events Leaderboard Fix for mobile devices (v1.0.6)

Events Leaderboard Fix for mobile devices (v1.0.6) #6

Workflow file for this run

name: Host the production instance of Surge
on:
release:
types: [published]
jobs:
production:
name: Build and deploy to surge-prod
runs-on: self-hosted
steps:
- name: Pull latest code and deploy with Docker
run: |
cd /home/ubuntu/clones/surge-prod
git reset --hard HEAD
GIT_SSH_COMMAND="ssh -i /home/ubuntu/.ssh/gh-actions -o IdentitiesOnly=yes" git pull
docker compose --profile prod down
docker compose --profile prod up --build -d