Skip to content

Commit 50fbc49

Browse files
committed
update
1 parent e8c7373 commit 50fbc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Restart Container
5050
run: |
5151
ssh -i ${{ secrets.SSH_PRIVATE_KEY_PATH }}/${{ secrets.SSH_PRIVATE_KEY_NAME }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} \
52-
cd ${{ secrets.DEVBLOG_STAGING_ROOT_PATH }}/../;
52+
cd ${{ secrets.DEVBLOG_STAGING_ROOT_PATH }}/../; \
5353
docker container rm -f ${{ secrets.DEVBLOG_STAGING_CONTAINER_NAME }}; \
5454
docker compose up -d;
5555

0 commit comments

Comments
 (0)