Skip to content

Commit

Permalink
updated GitHub deploy-to-prod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomasz committed Aug 18, 2021
1 parent 9303b11 commit f8c7de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
ssh-host: ${{ secrets.SSH_HOST_IP }}
ssh-port: ${{ secrets.SSH_HOST_PORT }}
- name: Run deploy script on host
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST_IP }}:${{ secrets.SSH_HOST_PORT }} /opt/gugik2osm/conf/deploy.sh
run: ssh -t -p ${{ secrets.SSH_HOST_PORT }} -l ${{ secrets.SSH_USER }} ${{ secrets.SSH_HOST_IP }} /opt/gugik2osm/conf/deploy.sh

0 comments on commit f8c7de8

Please sign in to comment.