Skip to content

Commit

Permalink
fix deploy ssh step
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Apr 24, 2023
1 parent dcf8f6a commit 80d5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-al-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install mrsk
run: gem install mrsk
- name: Connect to deploy box
run: ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
- run: ./cmd/api/deploy.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit 80d5458

@vercel
Copy link

@vercel vercel bot commented on 80d5458 Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard-production.mf.dev
lanyard.mf.dev
lanyard-git-main.mf.dev

Please sign in to comment.