Skip to content

Port not being set for some reason? #6

Port not being set for some reason?

Port not being set for some reason? #6

Workflow file for this run

name: Deploy to Vulcan
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy to Vulcan
runs-on: ubuntu-latest
environment: production
steps:
- name: Setup SSH
run: |
umask 077
cat << EOF > ~/hackerring-deploy
${{ secrets.SSH_PRIVATE_KEY }}
EOF
- name: Deploy with SSH
run: |
ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PubkeyAuthentication=yes -o IdentityFile=~/hackerring-deploy -o Port=4225 caf5@vulcan.moe