Skip to content

Commit

Permalink
Update niffler-auth-stage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zizikosha authored Sep 22, 2023
1 parent 38c09e2 commit 8e81471
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/niffler-auth-stage.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: auth_deploy_stage
on:
push:
branches:
- ci
paths:
- 'niffler-auth/**'
# name: auth_deploy_stage
# on:
# push:
# branches:
# - ci
# paths:
# - 'niffler-auth/**'

jobs:
checkout:
runs-on: stage-runner
steps:
- uses: actions/checkout@v3
# jobs:
# checkout:
# runs-on: stage-runner
# steps:
# - uses: actions/checkout@v3

deploy:
runs-on: stage-runner
needs: checkout
steps:
- name: build
working-directory: ./
run: |
pwd
bash ./docker-compose-dev.sh
docker-compose up -d --force-recreate niffler-auth
docker system prune -a -f
echo "done"
# deploy:
# runs-on: stage-runner
# needs: checkout
# steps:
# - name: build
# working-directory: ./
# run: |
# pwd
# bash ./docker-compose-dev.sh
# docker-compose up -d --force-recreate niffler-auth
# docker system prune -a -f
# echo "done"

0 comments on commit 8e81471

Please sign in to comment.