We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189e967 commit bf235b9Copy full SHA for bf235b9
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Deploy latest to server
73
if: ${{ matrix.version == 'main' }}
74
- id: deploy-versions
+ id: deploy-latest
75
uses: Pendect/action-rsyncer@v2.0.0
76
env:
77
DEPLOY_KEY: ${{secrets.DEPLOY_KEY}}
0 commit comments