Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Add a unique sync state
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehrsen authored Jan 4, 2021
1 parent f443588 commit 96f2ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,11 @@ jobs:
asset_content_type: application/zip

- name: 🚢 Deploy to Update Server
if: ${{ github.event_name == 'release' && success() }}
if: ${{ success() }}
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.UPDATE_SERVER_HOST }}
username: ${{ secrets.UPDATE_SERVER_USER }}
password: ${{ secrets.UPDATE_SERVER_PASSWORD }}
local-dir: ./update/
state-name: .${{ steps.package.outputs.slug }}-sync-state.json

0 comments on commit 96f2ff0

Please sign in to comment.