diff --git a/Jenkinsfile b/Jenkinsfile index 2431892..9872cb7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,13 +8,10 @@ pipeline { stages { stage('Deploy') { steps { - sh ''' - # Deploy to host via SSH - scp -o StrictHostKeyChecking=no index.html root@172.17.0.1:${DEPLOY_PATH}/ - - # If you have other files/folders later: - # scp -o StrictHostKeyChecking=no -r assets/ root@172.17.0.1:${DEPLOY_PATH}/ - ''' + sh ''' + scp -o StrictHostKeyChecking=no index.html root@172.17.0.1:${DEPLOY_PATH}/ + scp -o StrictHostKeyChecking=no -r congrats/ root@172.17.0.1:${DEPLOY_PATH}/ + ''' } } } diff --git a/congrats/index.html b/congrats/index.html new file mode 100644 index 0000000..64fe6ba --- /dev/null +++ b/congrats/index.html @@ -0,0 +1,607 @@ + + + + + + Happy 20th Birthday! 💜 + + + +
+ +
+
+
+ +
+
+ +
+
+
+

Happy Birthday!

+
20
+

Celebrating an amazing person on their special day ✨

+
+ +
+

To My Amazing Girlfriend 💜

+

Happy 20th birthday to the most incredible person I know! Today marks the beginning of a new decade filled with endless possibilities, dreams, and adventures.

+

This year has been filled with so many beautiful moments together, and I can't wait to create countless more memories with you. You make every day brighter and every moment more special.

+

Here's to you, to us, and to all the amazing things that await you in this new chapter of your life. You deserve all the happiness in the world!

+

I love you more than words can express. Happy 20th! 🎉💜

+
+ + + + +
+
+ + + + diff --git a/fymio.us-main.zip b/fymio.us-main.zip deleted file mode 100644 index 881ea4b..0000000 Binary files a/fymio.us-main.zip and /dev/null differ