Skip to content

Commit

Permalink
Update server_cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Imsyp authored Sep 21, 2024
1 parent c0ace41 commit 92f2c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build:
deploy:
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
cd /home/patturning1/deployment
sudo docker build -t swdc-app .
sudo docker run -d -p 8080:8080 --name swdc-container swdc-app
sudo docker run -d -p 8080:8080 --name swdc-container -v /mnt:/mnt swdc-app


0 comments on commit 92f2c02

Please sign in to comment.