Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Apr 24, 2023
1 parent ebb9cd3 commit 09a7161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-al-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- name: Install mrsk
run: gem install mrsk
- name: Connect to deploy box
run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
- name: Sleep for debug
run: sleep 120
run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod.vaquita-turtle.ts.net >> ~/.ssh/known_hosts
- run: ./cmd/api/deploy.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image: contextwtf/lanyard

# Deploy to these servers.
servers:
- lanyard-prod
- lanyard-prod.vaquita-turtle.ts.net

# Credentials for your image host.
registry:
Expand Down

1 comment on commit 09a7161

@vercel
Copy link

@vercel vercel bot commented on 09a7161 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-git-main.mf.dev
lanyard-production.mf.dev
lanyard.mf.dev

Please sign in to comment.