File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: time-tracker-ui-cd-prod
22
33on :
44 push :
5- branches :
6- - ' fix-workflow '
5+ tags :
6+ - ' v*.*.* '
77
88jobs :
99 cd :
@@ -26,15 +26,15 @@ jobs:
2626 env :
2727 GIT_CRYPT_KEY : ${{ secrets.GIT_CRYPT_KEY_PROD }}
2828
29- # - name: Build the docker image
30- # run: |-
31- # docker build \
32- # --target production -t timetracker_ui -f Dockerfile_prod \
33- # .
29+ - name : Build the docker image
30+ run : |-
31+ docker build \
32+ --target production -t timetracker_ui -f Dockerfile_prod \
33+ .
3434
35- # - name: Publish docker image to prod aws container registry
36- # run: |
37- # make login publish_prod image_tag=$RELEASE_VERSION
35+ - name : Publish docker image to prod aws container registry
36+ run : |
37+ make login publish_prod image_tag=$RELEASE_VERSION
3838
3939 - name : SCP files via ssh key
4040 uses : appleboy/scp-action@master
Original file line number Diff line number Diff line change 11name : time-tracker-ui-cd-stage
22
33on :
4- push :
5- branches :
6- - ' asdffix-workflow '
4+ release :
5+ types :
6+ - published
77
88jobs :
99 cd :
You can’t perform that action at this time.
0 commit comments