Skip to content

Commit

Permalink
Merge pull request #189 from shutter-network/staging
Browse files Browse the repository at this point in the history
staging updates
  • Loading branch information
ylembachar authored Oct 24, 2024
2 parents 4f1d038 + 3f14683 commit 65606d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ jobs:
- name: Deploy to Production
run: >
ssh -o StrictHostKeyChecking=no ${{secrets.PROD_SERVER_USER}}@${{secrets.PROD_SERVER_HOST}}
"set -x && cd /root/shutter-explorer && git pull origin main && git submodule update --init --recursive && git checkout tags/${{ env.LATEST_TAG }} && cd docker && docker compose up -d --build"
"set -x && cd /root/shutter-explorer && git pull origin main && git submodule update --init --recursive && git checkout ${{ env.LATEST_TAG }} && cd docker && docker compose up -d --build"

0 comments on commit 65606d0

Please sign in to comment.