This commit is contained in:
parent
130b9bfdec
commit
ec694e97fa
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Build Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./Frontend/Dockerfile
|
||||
context: ./Frontend
|
||||
push: true
|
||||
tags: |
|
||||
git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }}
|
||||
|
10
Backend/pom.xml
Normal file
10
Backend/pom.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>cc.fascinated.ssr</groupId>
|
||||
<artifactId>Backend</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</project>
|
10
Backend/src/main/java/cc/fascinated/ssr/Main.java
Normal file
10
Backend/src/main/java/cc/fascinated/ssr/Main.java
Normal file
@ -0,0 +1,10 @@
|
||||
package cc.fascinated.ssr;
|
||||
|
||||
/**
|
||||
* @author Fascinated (fascinated7)
|
||||
*/
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user