Skip to content

Commit

Permalink
changed repo path in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahal1 committed May 28, 2024
1 parent 8c42af3 commit e27e868
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/deploy-dev-instance.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
name: Deploy
name: Docker Compose

on:
push:
branches: [yadhap/cicd, dev]

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout code
uses: actions/checkout@v3 # Update this line to use Node.js 20
with:
ref: ${{ github.ref }}
uses: actions/checkout@v2

- name: Navigate to project directory and deploy
run: |
cd ~
pwd
ls
cd Tombolo/Tombolo
cd ~/Tombolo/Tombolo
git stash
git pull
git stash apply
Expand Down

0 comments on commit e27e868

Please sign in to comment.