own-dockerfile #166

Merged
philipp merged 32 commits from own-dockerfile into staging 2024-01-17 23:43:26 +01:00
Showing only changes of commit 54f9dc22e0 - Show all commits

View File

@ -74,7 +74,7 @@ jobs:
- name: Deploy to Staging
run: |
mkdir ~/.ssh
mkdir -p ~/.ssh
ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
@ -123,9 +123,9 @@ jobs:
strip target/$CARGO_TARGET/release/rot
cd frontend && npm install && npm run build
- name: Deploy to Main
- name: Deploy to production
run: |
mkdir ~/.ssh
mkdir -p ~/.ssh
ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa