Skip to content

Commit

Permalink
Fix file path name
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJunxue committed Nov 8, 2023
1 parent 444d284 commit 065b969
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Build and Push Docker Images
run: |
docker-compose -f docker-compose-sbip.yml build
docker-compose -f docker-compose-sbip.yml push
docker-compose -f docker-compose-sbip.yaml build
docker-compose -f docker-compose-sbip.yaml push
- name: SSH into SBIP Server and Deploy
uses: appleboy/ssh-action@master
Expand All @@ -30,5 +30,5 @@ jobs:
script: |
ssh worker-111
cd mec_anywhere
docker-compose -f docker-compose-sbip.yml pull
docker-compose -f docker-compose-sbip.yml up -d
docker-compose -f docker-compose-sbip.yaml pull
docker-compose -f docker-compose-sbip.yaml up -d

0 comments on commit 065b969

Please sign in to comment.