Skip to content

Commit

Permalink
Merge pull request #50 from StreetScienceCommunity/change-ssh-user
Browse files Browse the repository at this point in the history
change deploy ssh user
  • Loading branch information
itisAliRH authored Dec 8, 2023
2 parents e241295 + ba626ac commit 4bfa2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
config: |
Host apps.galaxyproject.eu
User dokku
Port 8080
User centos
Port 22
- name: Deploy 🚀
run: |
Expand Down

0 comments on commit 4bfa2e4

Please sign in to comment.