Skip to content

Commit 6b0902a

Browse files
committed
minor changes
1 parent 2ed1bc7 commit 6b0902a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ jobs:
1414
- name: Build & Deploy Docker
1515
run: |
1616
set -e
17-
APP_NAME=iiitt-dev-website
17+
APP_NAME=iiitt-dev-wwebsite
1818
IMAGE_NAME=${APP_NAME}
1919
COMMIT_SHA=${GITHUB_SHA::7}
2020
SERVER_PORT=4908
2121
DOCKER_PORT=3000
2222
23-
cd /var/www/html/iiitt.ac.in
24-
2523
git pull
2624
2725
echo "Stopping old container if running..."

0 commit comments

Comments
 (0)