Compare commits
No commits in common. "fd99bc6f66734c9ea14953d5d45ac47535907aba" and "03947001d5c39c1e65f605d2a469e32f351e4de4" have entirely different histories.
fd99bc6f66
...
03947001d5
@ -44,6 +44,7 @@ jobs:
|
|||||||
# path: frontend/playwright-report/
|
# path: frontend/playwright-report/
|
||||||
# retention-days: 30
|
# retention-days: 30
|
||||||
|
|
||||||
|
|
||||||
deploy-staging:
|
deploy-staging:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
|
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
|
||||||
@ -67,6 +68,8 @@ jobs:
|
|||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-release-
|
restore-keys: ${{ runner.os }}-cargo-release-
|
||||||
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --release --target $CARGO_TARGET
|
cargo build --release --target $CARGO_TARGET
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
# 2. Tag the image: `docker tag <id> git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
|
# 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>`
|
# 3. Push the image: `docker push git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
|
||||||
|
|
||||||
|
|
||||||
FROM rust:1.75.0
|
FROM rust:1.75.0
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y sqlite3
|
RUN apt-get update && apt-get install -y sqlite3
|
||||||
|
Loading…
Reference in New Issue
Block a user