Skip to content

Commit

Permalink
added git pull in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhemanov committed May 1, 2024
1 parent f0981d5 commit ca5afec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
ssh-keyscan -H 15.236.36.30 >> ~/.ssh/known_hosts
- name: SSH Commands
run: ssh -o StrictHostKeyChecking=yes [email protected] 'mkdir guf'
run: ssh -o StrictHostKeyChecking=yes [email protected] '
cd spark-matcher
git pull
'

0 comments on commit ca5afec

Please sign in to comment.