Skip to content

Commit ad64ce8

Browse files
committed
v:1.04
1 parent 7465021 commit ad64ce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Deploy to VPS"
33
on:
44
push:
55
branches:
6-
[main]
6+
- main
77

88
jobs:
99
build-and-deploy:
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Build and push to DockerHub
2626
run: |
27-
docker build -t devarifhossain/retroui:1.03 ./
28-
docker push devarifhossain/retroui:1.03
27+
docker build -t devarifhossain/retroui:1.04 ./
28+
docker push devarifhossain/retroui:1.04
2929
3030
- name: Set up SSH
3131
uses: webfactory/[email protected]

infra/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
web:
3-
image: devarifhossain/retroui:1.03
3+
image: devarifhossain/retroui:1.04
44
container_name: retroui
55
expose:
66
- "3000"

0 commit comments

Comments
 (0)