Skip to content

Commit

Permalink
Update deplo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rurouniken98 authored Mar 13, 2024
1 parent 08ce0cd commit fb9f087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deplo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Check out source code
uses: actions/checkout@v4
- name: pwd
run: pwd
run: |
pwd
ls
- name : Deploy_images
run : docker compose up -d --build --force-recreate
- name : stall for MySQL up
Expand Down

0 comments on commit fb9f087

Please sign in to comment.