Skip to content

Commit 8e6c0d7

Browse files
authored
change server srv02 (#91)
* chore: change to new server * add test branch * feat: remove deploy from branch
1 parent da41654 commit 8e6c0d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
secrets: inherit
3333
with:
3434
environment: production
35-
appname: onsight-ads
35+
appname: onsight-ads

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313
required: true
1414

1515
env:
16-
DOKKU_HOST: jungesmusical.de
16+
DOKKU_HOST: srv02.jungesmusical.de
1717
DOKKU_PORT: 22
1818

19-
concurrency:
19+
concurrency:
2020
group: ${{ github.workflow }}--${{ inputs.environment }}
2121
cancel-in-progress: false
2222

@@ -42,7 +42,7 @@ jobs:
4242
uses: dokku/github-action@33d50129fe718c3f907c8b29ea58776ed3cf8221 # v1.8.0
4343
with:
4444
git_remote_url: ssh://dokku@${{ env.DOKKU_HOST }}:${{ env.DOKKU_PORT }}/${{ inputs.appname }}
45-
ssh_private_key: ${{ secrets.DOKKU_DEPLOY_JUNGESMUSICAL_SRV01 }}
45+
ssh_private_key: ${{ secrets.DOKKU_DEPLOY_JUNGESMUSICAL_SRV02 }}
4646
-
4747
name: Update deployment Status
4848
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0

0 commit comments

Comments
 (0)