Skip to content

Commit 6b5704e

Browse files
committed
2 parents 9ab2fd9 + fe2bb60 commit 6b5704e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NG_APP_IP_SERVER=http://localhost:8888/api
33
GOOGLE_SCRIPT_CHECKPAID = https://script.googleusercontent.com/macros/echo?user_content_key=AehSKLiSTEPXJUEDVFRBeikCncfxjkIH_OLKYluFR7IYUCmKD-8-VJfBAgtNUGqzWGgigINh_SmLLE007TRLbg-VDliF4paAnD4fG2dUDuN-mIT7nElG2wu61auwEXYq16Hnuc7bKDVihCSHJzHn7_JUz-dZQUDEBRspKdJMNiHrryl4_ds2VUCSdHj0oWxoDDKcQkoX0XfNrVNTHFc3GKSet8USe_lM4p8hjeyRc_LAbWU_ywX7BhXL88Df7JkJtco8hJ_vDJl3XSd_QVgfCqXrhzQgodAjg8KOKSuOp-y-&lib=MiJ6PZlEM574xunmtReGn1uN-aGJIc-mt;
44

55
#Docker
6-
DOCKERHUB_USER=yunomix2834
6+
DOCKERHUB_USER=yunomix280304
77
DOCKERHUB_PASSWORD=dinhanst2832004
88
DOCKERHUB_TOKEN=dckr_pat_jwDE4gMMqQZ7y3-e3dZFmsMDYKM
99
IMAGE_TAG=latest

.github/workflows/frontend-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
PLATFORMS: linux/amd64
2626

2727
jobs:
28-
########
28+
###########
2929
build-and-push:
3030
runs-on: ubuntu-latest
3131

test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docker rm -f codecampus-frontend 2>/dev/null || true
55
docker run -d --name codecampus-frontend ^
66
--restart unless-stopped ^
77
-p 4200:80 ^
8-
yunomix2834/codecampus-frontend:latest
8+
yunomix280304/codecampus-frontend:latest
99

1010
# kiểm tra
1111
docker logs -n 50 codecampus-frontend

0 commit comments

Comments
 (0)