Skip to content

Commit

Permalink
fix yml-files
Browse files Browse the repository at this point in the history
  • Loading branch information
dysTOS committed Sep 1, 2023
1 parent b7b5cf7 commit df8e471
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buid-deploy-gmr-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Deploy GMR MASTER
on:
push:
branches:
- dev
- master
jobs:
web-deploy:
name: πŸš€ Deploy Website Master
name: πŸš€ Deploy Website GMR Master
runs-on: ubuntu-latest
steps:
- name: 🚚 Get Latest Code
Expand All @@ -28,7 +28,7 @@ jobs:
uses: SamKirkland/web-deploy@v1
with:
target-server: ${{ secrets.FTP_SERVER }}
remote-user: ${{ secrets.FTP_USERNAME_GULASCH }}
remote-user: ${{ secrets.SSH_USERNAME_GULASCH }}
private-ssh-key: ${{ secrets.SSH_KEY_GULASCH }}
source-path: ./dist/mkjAPP/
destination-path: ~/app.gulaschmusi.at/
4 changes: 2 additions & 2 deletions .github/workflows/buid-deploy-mkj-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
jobs:
web-deploy:
name: πŸš€ Deploy Website Master
name: πŸš€ Deploy Website MKJ Master
runs-on: ubuntu-latest
steps:
- name: 🚚 Get Latest Code
Expand All @@ -28,7 +28,7 @@ jobs:
uses: SamKirkland/web-deploy@v1
with:
target-server: ${{ secrets.FTP_SERVER }}
remote-user: ${{ secrets.FTP_USERNAME }}
remote-user: ${{ secrets.SSH_USERNAME_MKJ }}
private-ssh-key: ${{ secrets.SSH_KEY_MKJ }}
source-path: ./dist/mkjAPP/
destination-path: ~/app.mk-jainzen.at/
6 changes: 3 additions & 3 deletions .github/workflows/buid-deploy-mkj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- dev
jobs:
web-deploy:
name: πŸš€ Deploy Website Test
name: πŸš€ Deploy Website MKJ Test
runs-on: ubuntu-latest
steps:
- name: 🚚 Get Latest Code
Expand All @@ -28,7 +28,7 @@ jobs:
uses: SamKirkland/web-deploy@v1
with:
target-server: ${{ secrets.FTP_SERVER }}
remote-user: ${{ secrets.FTP_USERNAME }}
private-ssh-key: ${{ secrets.SSH_KEY }}
remote-user: ${{ secrets.SSH_USERNAME_MKJ }}
private-ssh-key: ${{ secrets.SSH_KEY_MKJ }}
source-path: ./dist/mkjAPP/
destination-path: ~/test.mk-jainzen.at/

0 comments on commit df8e471

Please sign in to comment.