Compare commits
14 Commits
03947001d5
...
fd99bc6f66
Author | SHA1 | Date | |
---|---|---|---|
fd99bc6f66 | |||
c5673559d0 | |||
54f9dc22e0 | |||
9267b4dbc8 | |||
6e8947a928 | |||
0ab121df8e | |||
7c7877d275 | |||
1e02b2f5bb | |||
ca11e72d00 | |||
5631b0551c | |||
97154ef4b9 | |||
e5311b4fab | |||
76a1dbccbf | |||
f1f17cdb44 |
@ -44,7 +44,6 @@ jobs:
|
||||
# path: frontend/playwright-report/
|
||||
# retention-days: 30
|
||||
|
||||
|
||||
deploy-staging:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
|
||||
@ -68,8 +67,6 @@ jobs:
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-release-
|
||||
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cargo build --release --target $CARGO_TARGET
|
||||
|
@ -5,7 +5,6 @@
|
||||
# 2. Tag the image: `docker tag <id> git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
|
||||
# 3. Push the image: `docker push git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
|
||||
|
||||
|
||||
FROM rust:1.75.0
|
||||
|
||||
RUN apt-get update && apt-get install -y sqlite3
|
||||
|
Loading…
Reference in New Issue
Block a user