Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Oct 4, 2024
2 parents ce8574f + 09cc65d commit 257f950
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/v1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CD
run-name: Running deployment 🚀
on:
push:
branches: [v1]

jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.MUTANT_HOST }}
username: ${{ secrets.MUTANT_USERNAME }}
key: ${{ secrets.MUTANT_SECRET }}
port: ${{ secrets.MUTANT_PORT }}
script: |
cd repositories/airmutasi-laravel-v1
git pull origin v1
npm run build
11 changes: 0 additions & 11 deletions .github/workflows/v2.yml

This file was deleted.

0 comments on commit 257f950

Please sign in to comment.