Skip to content

Commit

Permalink
Merge pull request #190 from shutter-network/fix/174-add-fetch-tag
Browse files Browse the repository at this point in the history
add fetch tags
  • Loading branch information
ylembachar authored Oct 24, 2024
2 parents 3f14683 + f94ed4f commit 0ed73ba
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 ${{ 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 fetch --tags && git checkout ${{ env.LATEST_TAG }} && cd docker && docker compose up -d --build"

0 comments on commit 0ed73ba

Please sign in to comment.