Skip to content

Commit 09a7161

Browse files
committed
remove sleep
1 parent ebb9cd3 commit 09a7161

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy-al-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
- name: Install mrsk
3333
run: gem install mrsk
3434
- name: Connect to deploy box
35-
run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
36-
- name: Sleep for debug
37-
run: sleep 120
35+
run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod.vaquita-turtle.ts.net >> ~/.ssh/known_hosts
3836
- run: ./cmd/api/deploy.sh
3937
env:
4038
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

config/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: contextwtf/lanyard
55

66
# Deploy to these servers.
77
servers:
8-
- lanyard-prod
8+
- lanyard-prod.vaquita-turtle.ts.net
99

1010
# Credentials for your image host.
1111
registry:

0 commit comments

Comments
 (0)