Skip to content

Commit d2d26b8

Browse files
committed
stage complete
1 parent 858f66a commit d2d26b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/aws-ui-cd-stage.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
env:
2929
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_STAGE }}
3030

31-
# - name: Build the docker image
32-
# run: |-
33-
# docker build \
34-
# --target production -t timetracker_ui -f Dockerfile_stage \
35-
# .
36-
37-
# - name: Publish docker image to stage azure container registry
38-
# run: |
39-
# make login publish image_tag=$RELEASE_VERSION
31+
- name: Build the docker image
32+
run: |-
33+
docker build \
34+
--target production -t timetracker_ui -f Dockerfile_stage \
35+
.
36+
37+
- name: Publish docker image to stage azure container registry
38+
run: |
39+
make login publish image_tag=$RELEASE_VERSION
4040
4141
- name: SCP files via ssh key
4242
uses: appleboy/scp-action@master

0 commit comments

Comments
 (0)