Skip to content

Commit

Permalink
finishing up
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeev committed Jul 27, 2023
1 parent 46d6b44 commit 4f40d98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions deploy/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ PROJECT earthly-sa/earthly-vs-gha

FROM ubuntu:23.10
WORKDIR /deploy
# RUN --secret MY_KEY=my_key echo $MY_KEY



# RUN --secret TEST_SECRET=test_secret echo $TEST_SECRET
# earthly secret --org earthly-sa --project earthly-vs-gha set fly_api_token YOUR_FLY_API_TOKEN
# RUN --secret FLY_API_TOKEN=fly_api_token

deps:
RUN apt update
Expand Down
2 changes: 1 addition & 1 deletion rust_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.68
FROM rust:1.71
# Set destination for COPY
WORKDIR /app

Expand Down

0 comments on commit 4f40d98

Please sign in to comment.