Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pull and run
  • Loading branch information
mmaquina committed Mar 16, 2023
commit f49c30f6657e3c53bdf04143d01ac128bee73c49
18 changes: 9 additions & 9 deletions .github/workflows/aws-ui-cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_STAGE }}

- name: Build the docker image
run: |-
docker build \
--target production -t timetracker_ui -f Dockerfile_stage \
.

- name: Publish docker image to stage azure container registry
run: |
make login publish image_tag=$RELEASE_VERSION
# - name: Build the docker image
# run: |-
# docker build \
# --target production -t timetracker_ui -f Dockerfile_stage \
# .

# - name: Publish docker image to stage azure container registry
# run: |
# make login publish image_tag=$RELEASE_VERSION

- name: SCP files via ssh key
uses: appleboy/scp-action@master
Expand Down