Skip to content

Commit

Permalink
Removed dependabot and change name of github action to release
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jan 21, 2024
1 parent ca0ff3d commit 0b3cea5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
62 changes: 0 additions & 62 deletions .github/dependabot.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI for ASW2324
name: Deploy on release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For the deployment, we have several options.

The first and more flexible is to deploy to a virtual machine using SSH. This will work with any cloud service (or with our own server).

Other options include using the container services that all the cloud services provide. This means, deploying our Docker containers directly.
Other options include using the container services that most cloud services provide. This means, deploying our Docker containers directly.

We are going to use the first approach, creating a virtual machine in a cloud service and after installing docker and docker-compose, deploy our containers there using GitHub Actions and SSH.

Expand Down

0 comments on commit 0b3cea5

Please sign in to comment.