We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb9cd3 commit 09a7161Copy full SHA for 09a7161
.github/workflows/deploy-al-prod.yml
@@ -32,9 +32,7 @@ jobs:
32
- name: Install mrsk
33
run: gem install mrsk
34
- 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
+ run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod.vaquita-turtle.ts.net >> ~/.ssh/known_hosts
38
- run: ./cmd/api/deploy.sh
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
config/deploy.yml
@@ -5,7 +5,7 @@ image: contextwtf/lanyard
5
6
# Deploy to these servers.
7
servers:
8
- - lanyard-prod
+ - lanyard-prod.vaquita-turtle.ts.net
9
10
# Credentials for your image host.
11
registry:
0 commit comments