Skip to content

Commit

Permalink
parking-offstreet-sta: change build name
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 11, 2024
1 parent eeb03cb commit 1513f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-parking-offstreet-sta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ jobs:
X_SCHEDULER_CRON: "0 */5 * * * *"

- name: Build go application
run: |
echo $PWD
ls -lah
go build -o main
run: go build parking-offstreet-sta
working-directory: ${{ env.WORKING_DIRECTORY }}/src

- name: Build and push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN apt-get update && apt-get install -y libc6

WORKDIR app

COPY src/main main
COPY src/parking-offstreet-sta main

CMD [ "./main"]

0 comments on commit 1513f29

Please sign in to comment.