Skip to content

Commit

Permalink
chore: update SSH_PROXY_USERNAME for prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 4, 2024
1 parent 2a6a254 commit 34e6aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
# This is the OSM proxy server, that does have an ipv4 address
echo "SSH_PROXY_HOST=45.147.209.254" >> $GITHUB_ENV
echo "SSH_USERNAME=off" >> $GITHUB_ENV
# We use 'raphael' user as we don't have an off user yet on the proxy machine
echo "SSH_PROXY_USERNAME=raphael" >> $GITHUB_ENV
echo "SSH_PROXY_USERNAME=off" >> $GITHUB_ENV
echo "SSH_PROTOCOL=tcp" >> $GITHUB_ENV
echo "SSH_HOST=10.3.0.200" >> $GITHUB_ENV
echo "ROBOTOFF_INSTANCE=prod" >> $GITHUB_ENV
Expand Down

0 comments on commit 34e6aef

Please sign in to comment.