Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Imsyp authored Sep 23, 2024
2 parents 57ab2d6 + 3e6ff87 commit 428146e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,8 @@ 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 428146e

Please sign in to comment.