Skip to content

Commit 5c47136

Browse files
committed
refactor: move pterodactyl panel to folder
1 parent 0523240 commit 5c47136

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/workflows/create-user.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
create-user:
3535
runs-on: ubuntu-latest
3636
name: 'Create pterodactyl user'
37+
defaults:
38+
run:
39+
working-directory: ./pterodactyl/panel
3740

3841
steps:
3942
- uses: actions/checkout@v4

.github/workflows/deployment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
name: 'Publish pterodactyl stack on the production server'
10+
defaults:
11+
run:
12+
working-directory: ./pterodactyl/panel
1013

1114
environment:
1215
name: production
@@ -23,7 +26,6 @@ jobs:
2326
ssh_cert: ${{ secrets.CODINGLABGG_SSH_CERT }}
2427

2528
- name: 'Docker compose up on the production server'
26-
working-directory: .
2729
run: docker --context prod-server compose up -d
2830
env:
2931
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}

.github/workflows/remove-user.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
create-user:
1111
runs-on: ubuntu-latest
1212
name: 'Create pterodactyl user'
13+
defaults:
14+
run:
15+
working-directory: ./pterodactyl/panel
1316

1417
steps:
1518
- uses: actions/checkout@v4
File renamed without changes.

0 commit comments

Comments
 (0)