Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Mismatch Finder to Production #916

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Next Next commit
Update deploy-app.yml (#890)
hasanakg authored Apr 16, 2024
commit b979f2a363ac5b2a325f77430ec1ce1087ad4ab6
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: '${{ github.workflow }}'
@@ -41,7 +42,6 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
source: "./"
target: "mismatch-finder-repo"
rm: true

- name: Deploy code
uses: appleboy/ssh-action@master