Skip to content

Commit

Permalink
#305g gitlab ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Jul 21, 2024
1 parent adde5b6 commit e2940c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_script:

build:
stage: build
image: docker:latest
script:
- docker build -t $DOCKER_IMAGE/api-gateway:latest MiniSpace.APIGateway
- docker build -t $DOCKER_IMAGE/web:latest MiniSpace.Web
Expand Down Expand Up @@ -46,6 +47,7 @@ build:

deploy:
stage: deploy
image: alpine:latest
script:
- apk add --no-cache openssh
- mkdir -p ~/.ssh
Expand Down

0 comments on commit e2940c5

Please sign in to comment.